Changeset 1063 for trunk/dll/datamin.c
- Timestamp:
- Jul 11, 2008, 5:33:36 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/datamin.c
r1038 r1063 984 984 # ifdef FORTIFY 985 985 Fortify_EnterScope(); 986 # endif986 # endif 987 987 if (G_hevDataMin == NULLHANDLE) { 988 988 // Create just once for any thread that might use it … … 1078 1078 if (hab != NULLHANDLE) 1079 1079 WinTerminate(hab); 1080 # ifdef FORTIFY1080 # ifdef FORTIFY 1081 1081 Fortify_LeaveScope(); 1082 # endif1082 # endif 1083 1083 } // dataminThread 1084 1084
Note:
See TracChangeset
for help on using the changeset viewer.