Changeset 1038 for trunk/dll/datamin.c
- Timestamp:
- Jul 4, 2008, 10:33:59 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/datamin.c
r1009 r1038 42 42 #include "strutil.h" // GetPString 43 43 #include "fm3dll.h" 44 #include "fortify.h" 44 45 45 46 #pragma data_seg(DATA2) … … 981 982 USHORT id; 982 983 984 # ifdef FORTIFY 985 Fortify_EnterScope(); 986 # endif 983 987 if (G_hevDataMin == NULLHANDLE) { 984 988 // Create just once for any thread that might use it … … 1074 1078 if (hab != NULLHANDLE) 1075 1079 WinTerminate(hab); 1076 1080 # ifdef FORTIFY 1081 Fortify_LeaveScope(); 1082 # endif 1077 1083 } // dataminThread 1078 1084
Note:
See TracChangeset
for help on using the changeset viewer.