Changeset 3009 for trunk/src/winmm/dwaveout.cpp
- Timestamp:
- Mar 4, 2000, 8:55:39 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/winmm/dwaveout.cpp
r2985 r3009 1 /* $Id: dwaveout.cpp,v 1.1 7 2000-03-03 19:18:46 sandervl Exp $ */1 /* $Id: dwaveout.cpp,v 1.18 2000-03-04 19:55:06 sandervl Exp $ */ 2 2 3 3 /* … … 25 25 #include <string.h> 26 26 #define OS2_ONLY 27 #include "win32type.h"27 #include <win32api.h> 28 28 #include <wprocess.h> 29 29 … … 41 41 #define max(a, b) ((a > b) ? a : b) 42 42 #endif 43 44 //SvL: 23/09/99: WinPostMsg no longer works, as win32 window handles are no longer PM handles45 BOOL WIN32API PostMessageA(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);46 43 47 44 LONG APIENTRY WaveOutHandler(ULONG ulStatus, PMCI_MIX_BUFFER pBuffer, ULONG ulFlags);
Note:
See TracChangeset
for help on using the changeset viewer.