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
60519ea7
Commit
60519ea7
authored
Dec 09, 2005
by
Markus Amsler
Committed by
Alexandre Julliard
Dec 09, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unneeded ; from DECL_WINELIB_TYPE_AW in mmsystem.h.
parent
3ba73f0f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
mmsystem.h
include/mmsystem.h
+4
-4
No files found.
include/mmsystem.h
View file @
60519ea7
...
...
@@ -2045,8 +2045,8 @@ typedef struct tagMCI_SOUND_PARMSW {
LPCWSTR
lpstrSoundName
;
}
MCI_SOUND_PARMSW
,
*
LPMCI_SOUND_PARMSW
;
DECL_WINELIB_TYPE_AW
(
MCI_SOUND_PARMS
)
;
DECL_WINELIB_TYPE_AW
(
LPMCI_SOUND_PARMS
)
;
DECL_WINELIB_TYPE_AW
(
MCI_SOUND_PARMS
)
DECL_WINELIB_TYPE_AW
(
LPMCI_SOUND_PARMS
)
typedef
struct
tagMCI_SAVE_PARMSA
{
DWORD_PTR
dwCallback
;
...
...
@@ -2058,8 +2058,8 @@ typedef struct tagMCI_SAVE_PARMSW {
LPCWSTR
lpfilename
;
}
MCI_SAVE_PARMSW
,
*
LPMCI_SAVE_PARMSW
;
DECL_WINELIB_TYPE_AW
(
MCI_SAVE_PARMS
)
;
DECL_WINELIB_TYPE_AW
(
LPMCI_SAVE_PARMS
)
;
DECL_WINELIB_TYPE_AW
(
MCI_SAVE_PARMS
)
DECL_WINELIB_TYPE_AW
(
LPMCI_SAVE_PARMS
)
typedef
struct
tagMCI_LOAD_PARMSA
{
DWORD_PTR
dwCallback
;
...
...
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