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
4664903d
Commit
4664903d
authored
May 29, 2002
by
Eric Pouech
Committed by
Alexandre Julliard
May 29, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some other synchronisation issues.
parent
94152d50
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
mmsystem.c
dlls/winmm/mmsystem.c
+0
-0
winemm.h
dlls/winmm/winemm.h
+9
-9
No files found.
dlls/winmm/mmsystem.c
View file @
4664903d
This diff is collapsed.
Click to expand it.
dlls/winmm/winemm.h
View file @
4664903d
...
...
@@ -156,14 +156,12 @@ typedef struct tagWINE_MMIO {
}
WINE_MMIO
,
*
LPWINE_MMIO
;
typedef
struct
tagWINE_PLAYSOUND
{
HANDLE
hThread
;
HANDLE
hReadyEvent
;
BOOL
bStop
;
LPCWSTR
pszSound
;
HMODULE
hMod
;
DWORD
fdwSound
;
BOOL
bLoop
;
BOOL
bAlloc
;
BOOL
bLoop
:
1
,
bAlloc
:
1
;
LPCWSTR
pszSound
;
HMODULE
hMod
;
DWORD
fdwSound
;
struct
tagWINE_PLAYSOUND
*
lpNext
;
}
WINE_PLAYSOUND
,
*
LPWINE_PLAYSOUND
;
typedef
struct
tagWINE_MM_IDATA
{
...
...
@@ -190,7 +188,9 @@ typedef struct tagWINE_MM_IDATA {
/* mmio part */
LPWINE_MMIO
lpMMIO
;
/* playsound and sndPlaySound */
LPWINE_PLAYSOUND
lpPlaySound
;
WINE_PLAYSOUND
*
lpPlaySound
;
HANDLE
psLastEvent
;
HANDLE
psStopEvent
;
}
WINE_MM_IDATA
,
*
LPWINE_MM_IDATA
;
/* function prototypes */
...
...
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