Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
db4d1c7d
Commit
db4d1c7d
authored
Feb 15, 1999
by
Douglas Ridgway
Committed by
Alexandre Julliard
Feb 15, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
c2man doesn't like extra semicolons.
parent
6ec132b6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
msacm.h
include/msacm.h
+4
-4
winuser.h
include/winuser.h
+5
-3
No files found.
include/msacm.h
View file @
db4d1c7d
...
...
@@ -23,10 +23,10 @@ typedef a##16 *NP##a##16; \
typedef a##16 *LP##a##16; \
typedef a##32 *P##a##32;
DECLARE_HANDLE
(
HACMDRIVERID
)
;
DECLARE_HANDLE
(
HACMDRIVER
)
;
DECLARE_HANDLE
(
HACMSTREAM
)
;
DECLARE_HANDLE
(
HACMOBJ
)
;
DECLARE_HANDLE
(
HACMDRIVERID
)
DECLARE_HANDLE
(
HACMDRIVER
)
DECLARE_HANDLE
(
HACMSTREAM
)
DECLARE_HANDLE
(
HACMOBJ
)
/* FIXME: Remove when define moved to wintypes.h */
#undef DECLARE_HANDLE
...
...
include/winuser.h
View file @
db4d1c7d
...
...
@@ -1181,8 +1181,8 @@ typedef struct {
HBITMAP32
hbmColor
;
}
ICONINFO32
,
*
LPICONINFO32
;
DECL_WINELIB_TYPE
(
ICONINFO
)
;
DECL_WINELIB_TYPE
(
LPICONINFO
)
;
DECL_WINELIB_TYPE
(
ICONINFO
)
DECL_WINELIB_TYPE
(
LPICONINFO
)
/* this is the 6 byte accel struct used in Win32 when presented to the user */
typedef
struct
...
...
@@ -1690,7 +1690,9 @@ typedef struct
#define HELPINFO_WINDOW 0x0001
#define HELPINFO_MENUITEM 0x0002
typedef
struct
/* Structure pointed to by lParam of WM_HELP */
/* Structure pointed to by lParam of WM_HELP */
typedef
struct
{
UINT32
cbSize
;
/* Size in bytes of this struct */
INT32
iContextType
;
/* Either HELPINFO_WINDOW or HELPINFO_MENUITEM */
...
...
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