]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/winundef.h
wxX11:
[wxWidgets.git] / include / wx / msw / winundef.h
index 87c9c72f5323b24ff14140d6e362d6471d0dbb76..e83f34baa64ec0f1757a3079aada60b2eccc0f24 100644 (file)
    #endif
 #endif
 
+// PlaySound
+
+#ifdef PlaySound
+   #undef PlaySound
+   #ifdef _UNICODE
+   inline BOOL PlaySound(LPCWSTR pszSound, HMODULE hMod, DWORD fdwSound)
+   {
+      return PlaySoundW(pszSound, hMod, fdwSound);
+   }
+   #else
+   inline BOOL PlaySound(LPCSTR pszSound, HMODULE hMod, DWORD fdwSound)
+   {
+      return PlaySoundA(pszSound, hMod, fdwSound);
+   }
+   #endif
+#endif
+
 // GetClassName
 
 #ifdef GetClassName
    }
 #endif
 
+
+#ifdef Yield
+    #undef Yield
+#endif
+
 // GetWindowProc
 //ifdef GetWindowProc
 //   #undef GetWindowProc