Changeset 907 for trunk/dll/timer.c
- Timestamp:
- Jan 6, 2008, 8:26:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/timer.c
r793 r907 14 14 ***********************************************************************/ 15 15 16 #include <process.h> // _beginthread 17 16 18 #define INCL_DOS 17 19 #define INCL_DOSERRORS 18 20 #define INCL_WIN 19 # include <os2.h>21 #define INCL_LONGLONG // dircnrs.h 20 22 21 #include <stdarg.h> 22 #include <stdio.h> 23 #include <stdlib.h> 24 #include <string.h> 25 #include <process.h> // _beginthread 26 23 #include "fm3str.h" 24 #include "errutil.h" // Dos_Error... 25 #include "strutil.h" // GetPString 27 26 #include "fm3dll.h" 28 #include "fm3str.h"29 27 30 28 static PSZ pszSrcFile = __FILE__;
Note:
See TracChangeset
for help on using the changeset viewer.