- Timestamp:
- May 2, 2000, 3:29:59 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/winmm/playsound.cpp
r2812 r3473 1 /* $Id: playsound.cpp,v 1. 5 2000-02-17 14:09:32 sandervlExp $ */1 /* $Id: playsound.cpp,v 1.6 2000-05-02 13:29:59 bird Exp $ */ 2 2 3 3 /* … … 26 26 #define DBG_LOCALLOG DBG_playsound 27 27 #include "dbglocal.h" 28 29 //kso: dirty fix to make this compile! not permanent! 30 BOOL WINAPI QueryPerformanceCounter(LARGE_INTEGER *); 31 #define LowPart u.LowPart 32 28 33 29 34 ODINDEBUGCHANNEL(WINMM-PLAYSOUND)
Note:
See TracChangeset
for help on using the changeset viewer.