Changeset 588 for trunk/src/winmm/os2timer.cpp
- Timestamp:
- Aug 19, 1999, 8:46:54 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/winmm/os2timer.cpp
r120 r588 1 /* $Id: os2timer.cpp,v 1. 4 1999-06-19 10:54:48 sandervlExp $ */1 /* $Id: os2timer.cpp,v 1.5 1999-08-19 18:46:05 phaller Exp $ */ 2 2 3 3 /* … … 9 9 * 10 10 */ 11 12 13 /**************************************************************************** 14 * Includes * 15 ****************************************************************************/ 16 11 17 #define INCL_DOSPROCESS 12 18 #define INCL_DOSDATETIME 13 19 #define INCL_DOSSEMAPHORES 14 #include <os2wrap.h> 20 #include <os2wrap.h> //Odin32 OS/2 api wrappers 15 21 #include <process.h> 16 22 #include "win32type.h" … … 19 25 #include "misc.h" 20 26 27 21 28 static void _Optlink TimerHlpHandler(void *); 29 22 30 23 31 /******************************************************************************/ … … 154 162 OS2Timer *OS2Timer::timers = NULL; 155 163 int OS2Timer::timerPeriod = 0; 164
Note:
See TracChangeset
for help on using the changeset viewer.