Changeset 793 for trunk/dll/timer.c
- Timestamp:
- Aug 21, 2007, 4:53:38 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/timer.c
r689 r793 10 10 11 11 22 Jul 06 SHL Check more run time errors 12 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 12 13 13 14 ***********************************************************************/ … … 26 27 #include "fm3dll.h" 27 28 #include "fm3str.h" 28 29 #pragma alloc_text(TIMER,TimerThread,StartTimer,StopTimer)30 29 31 30 static PSZ pszSrcFile = __FILE__; … … 82 81 DosPostEventSem(hevTimerSem); 83 82 } 83 84 #pragma alloc_text(TIMER,TimerThread,StartTimer,StopTimer)
Note:
See TracChangeset
for help on using the changeset viewer.