Commit 48b98159 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Fixed hang in PlaySound in error cases; added registry lookup for sounds.

parent ac70c40f
...@@ -162,9 +162,8 @@ typedef struct tagWINE_PLAYSOUND { ...@@ -162,9 +162,8 @@ typedef struct tagWINE_PLAYSOUND {
LPCWSTR pszSound; LPCWSTR pszSound;
HMODULE hMod; HMODULE hMod;
DWORD fdwSound; DWORD fdwSound;
int bLoop; BOOL bLoop;
int searchMode; /* 1 - sndPlaySound search order BOOL bAlloc;
2 - PlaySound order */
} WINE_PLAYSOUND, *LPWINE_PLAYSOUND; } WINE_PLAYSOUND, *LPWINE_PLAYSOUND;
typedef struct tagWINE_MM_IDATA { typedef struct tagWINE_MM_IDATA {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment