Changeset 120 for trunk/src/winmm
- Timestamp:
- Jun 19, 1999, 12:54:48 PM (26 years ago)
- Location:
- trunk/src/winmm
- Files:
-
- 6 edited
-
IRTMidi.cpp (modified) (2 diffs)
-
auxos2.cpp (modified) (2 diffs)
-
dwaveout.cpp (modified) (2 diffs)
-
initterm.cpp (modified) (2 diffs)
-
os2timer.cpp (modified) (2 diffs)
-
playsound.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/winmm/IRTMidi.cpp
r95 r120 1 /* $Id: IRTMidi.cpp,v 1. 3 1999-06-10 16:24:32 phallerExp $ */1 /* $Id: IRTMidi.cpp,v 1.4 1999-06-19 10:54:47 sandervl Exp $ */ 2 2 3 3 /******************************************************************************* … … 14 14 *******************************************************************************/ 15 15 #define INCL_DOS 16 #include <os2 .h>16 #include <os2wrap.h> //Odin32 OS/2 api wrappers 17 17 #include <win32type.h> 18 18 -
trunk/src/winmm/auxos2.cpp
r95 r120 1 /* $Id: auxos2.cpp,v 1. 3 1999-06-10 16:24:33 phallerExp $ */1 /* $Id: auxos2.cpp,v 1.4 1999-06-19 10:54:47 sandervl Exp $ */ 2 2 3 3 /* … … 13 13 #define INCL_BASE 14 14 #define INCL_OS2MM 15 #include <os2 .h>15 #include <os2wrap.h> //Odin32 OS/2 api wrappers 16 16 #include <os2me.h> 17 17 #include <string.h> -
trunk/src/winmm/dwaveout.cpp
r95 r120 1 /* $Id: dwaveout.cpp,v 1. 3 1999-06-10 16:24:33 phallerExp $ */1 /* $Id: dwaveout.cpp,v 1.4 1999-06-19 10:54:47 sandervl Exp $ */ 2 2 3 3 /* … … 13 13 #define INCL_BASE 14 14 #define INCL_OS2MM 15 #include <os2 .h>15 #include <os2wrap.h> //Odin32 OS/2 api wrappers 16 16 #include <os2me.h> 17 17 #include <stdlib.h> -
trunk/src/winmm/initterm.cpp
r95 r120 1 /* $Id: initterm.cpp,v 1. 2 1999-06-10 16:24:33 phallerExp $ */1 /* $Id: initterm.cpp,v 1.3 1999-06-19 10:54:48 sandervl Exp $ */ 2 2 3 3 /* … … 27 27 #define INCL_DOSMODULEMGR 28 28 #define INCL_DOSPROCESS 29 #include <os2 .h>29 #include <os2wrap.h> //Odin32 OS/2 api wrappers 30 30 #include <stdlib.h> 31 31 #include <stdio.h> -
trunk/src/winmm/os2timer.cpp
r95 r120 1 /* $Id: os2timer.cpp,v 1. 3 1999-06-10 16:24:34 phallerExp $ */1 /* $Id: os2timer.cpp,v 1.4 1999-06-19 10:54:48 sandervl Exp $ */ 2 2 3 3 /* … … 12 12 #define INCL_DOSDATETIME 13 13 #define INCL_DOSSEMAPHORES 14 #include <os2 .h>14 #include <os2wrap.h> //Odin32 OS/2 api wrappers 15 15 #include <process.h> 16 16 #include "win32type.h" -
trunk/src/winmm/playsound.cpp
r95 r120 1 /* $Id: playsound.cpp,v 1. 2 1999-06-10 16:24:34 phallerExp $ */1 /* $Id: playsound.cpp,v 1.3 1999-06-19 10:54:48 sandervl Exp $ */ 2 2 3 3 /* … … 10 10 * 11 11 */ 12 #include <os2 .h>12 #include <os2wrap.h> //Odin32 OS/2 api wrappers 13 13 #include "win32type.h" 14 14 #include "misc.h"
Note:
See TracChangeset
for help on using the changeset viewer.
