Changeset 2244
- Timestamp:
- Dec 29, 1999, 11:44:16 AM (25 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/winmm/auxos2.cpp ¶
r1144 r2244 1 /* $Id: auxos2.cpp,v 1. 6 1999-10-05 19:24:00 phallerExp $ */1 /* $Id: auxos2.cpp,v 1.7 1999-12-29 10:44:16 sandervl Exp $ */ 2 2 3 3 /* … … 19 19 #define INCL_OS2MM 20 20 #include <os2wrap.h> //Odin32 OS/2 api wrappers 21 #include <os2me .h>21 #include <os2mewrap.h> //Odin32 OS/2 MMPM/2 api wrappers 22 22 #include <string.h> 23 23 -
TabularUnified 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.