Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
bc510d09
Commit
bc510d09
authored
Oct 08, 2001
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 08, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add support for NOCOLOR.
parent
5686dc0f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
winuser.h
include/winuser.h
+7
-2
No files found.
include/winuser.h
View file @
bc510d09
...
...
@@ -429,6 +429,8 @@ typedef struct
#define OIC_ERROR OIC_HAND
#define OIC_INFORMATION OIC_NOTE
#ifndef NOCOLOR
#define COLOR_SCROLLBAR 0
#define COLOR_BACKGROUND 1
#define COLOR_ACTIVECAPTION 2
...
...
@@ -476,6 +478,11 @@ typedef struct
#define CTLCOLOR_SCROLLBAR 5
#define CTLCOLOR_STATIC 6
COLORREF
WINAPI
GetSysColor
(
INT
);
BOOL
WINAPI
SetSysColors
(
INT
,
const
INT
*
,
const
COLORREF
*
);
#endif
/* NOCOLOR */
/* Edit control messages */
#define EM_GETSEL 0x00b0
#define EM_SETSEL 0x00b1
...
...
@@ -3587,7 +3594,6 @@ INT WINAPI GetScrollPos(HWND,INT);
BOOL
WINAPI
GetScrollRange
(
HWND
,
INT
,
LPINT
,
LPINT
);
HWND
WINAPI
GetShellWindow
(
void
);
HMENU
WINAPI
GetSubMenu
(
HMENU
,
INT
);
COLORREF
WINAPI
GetSysColor
(
INT
);
HBRUSH
WINAPI
GetSysColorBrush
(
INT
);
#define GetSysModalWindow() ((HWND)0)
HMENU
WINAPI
GetSystemMenu
(
HWND
,
BOOL
);
...
...
@@ -3810,7 +3816,6 @@ BOOL WINAPI SetRectEmpty(LPRECT);
INT
WINAPI
SetScrollInfo
(
HWND
,
INT
,
const
SCROLLINFO
*
,
BOOL
);
INT
WINAPI
SetScrollPos
(
HWND
,
INT
,
INT
,
BOOL
);
BOOL
WINAPI
SetScrollRange
(
HWND
,
INT
,
INT
,
INT
,
BOOL
);
BOOL
WINAPI
SetSysColors
(
INT
,
const
INT
*
,
const
COLORREF
*
);
#define SetSysModalWindow(hwnd) ((HWND)0)
BOOL
WINAPI
SetSystemCursor
(
HCURSOR
,
DWORD
);
BOOL
WINAPI
SetSystemMenu
(
HWND
,
HMENU
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment