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
58254446
Commit
58254446
authored
Sep 16, 2000
by
Jeremy White
Committed by
Alexandre Julliard
Sep 16, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added PWNDCLASS definition.
parent
88968b89
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
winuser.h
include/winuser.h
+4
-2
No files found.
include/winuser.h
View file @
58254446
...
@@ -1250,7 +1250,7 @@ typedef struct
...
@@ -1250,7 +1250,7 @@ typedef struct
HBRUSH
hbrBackground
;
HBRUSH
hbrBackground
;
LPCSTR
lpszMenuName
;
LPCSTR
lpszMenuName
;
LPCSTR
lpszClassName
;
LPCSTR
lpszClassName
;
}
WNDCLASSA
,
*
LPWNDCLASSA
;
}
WNDCLASSA
,
*
LPWNDCLASSA
,
*
PWNDCLASSA
;
typedef
struct
typedef
struct
{
{
...
@@ -1264,10 +1264,11 @@ typedef struct
...
@@ -1264,10 +1264,11 @@ typedef struct
HBRUSH
hbrBackground
;
HBRUSH
hbrBackground
;
LPCWSTR
lpszMenuName
;
LPCWSTR
lpszMenuName
;
LPCWSTR
lpszClassName
;
LPCWSTR
lpszClassName
;
}
WNDCLASSW
,
*
LPWNDCLASSW
;
}
WNDCLASSW
,
*
LPWNDCLASSW
,
*
PWNDCLASSW
;
DECL_WINELIB_TYPE_AW
(
WNDCLASS
)
DECL_WINELIB_TYPE_AW
(
WNDCLASS
)
DECL_WINELIB_TYPE_AW
(
LPWNDCLASS
)
DECL_WINELIB_TYPE_AW
(
LPWNDCLASS
)
DECL_WINELIB_TYPE_AW
(
PWNDCLASS
)
typedef
struct
{
typedef
struct
{
DWORD
dwData
;
DWORD
dwData
;
...
@@ -3775,6 +3776,7 @@ BOOL WINAPI UnregisterClassA(LPCSTR,HINSTANCE);
...
@@ -3775,6 +3776,7 @@ BOOL WINAPI UnregisterClassA(LPCSTR,HINSTANCE);
BOOL
WINAPI
UnregisterClassW
(
LPCWSTR
,
HINSTANCE
);
BOOL
WINAPI
UnregisterClassW
(
LPCWSTR
,
HINSTANCE
);
#define UnregisterClass WINELIB_NAME_AW(UnregisterClass)
#define UnregisterClass WINELIB_NAME_AW(UnregisterClass)
VOID
WINAPI
UpdateWindow
(
HWND
);
VOID
WINAPI
UpdateWindow
(
HWND
);
UINT
WINAPI
UserRealizePalette
(
HDC
);
VOID
WINAPI
ValidateRect
(
HWND
,
const
RECT
*
);
VOID
WINAPI
ValidateRect
(
HWND
,
const
RECT
*
);
VOID
WINAPI
ValidateRgn
(
HWND
,
HRGN
);
VOID
WINAPI
ValidateRgn
(
HWND
,
HRGN
);
WORD
WINAPI
VkKeyScanA
(
CHAR
);
WORD
WINAPI
VkKeyScanA
(
CHAR
);
...
...
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