Changeset 2244 for trunk/src/winmm/dwaveout.cpp
- Timestamp:
- Dec 29, 1999, 11:44:16 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/winmm/dwaveout.cpp
r2242 r2244 1 /* $Id: dwaveout.cpp,v 1.1 1 1999-12-29 08:33:55 phallerExp $ */1 /* $Id: dwaveout.cpp,v 1.12 1999-12-29 10:44:16 sandervl Exp $ */ 2 2 3 3 /* … … 21 21 #define INCL_OS2MM 22 22 #include <os2wrap.h> //Odin32 OS/2 api wrappers 23 #include <os2me .h>23 #include <os2mewrap.h> //Odin32 OS/2 MMPM/2 api wrappers 24 24 #include <stdlib.h> 25 25 #include <string.h> … … 613 613 614 614 #ifdef DEBUG 615 WriteLog("WINMM:DartWaveOut not found!\n");615 // WriteLog("WINMM:DartWaveOut not found!\n"); 616 616 #endif 617 617 return(FALSE);
Note:
See TracChangeset
for help on using the changeset viewer.