Changeset 1038 for trunk/dll/undel.c
- Timestamp:
- Jul 4, 2008, 10:33:59 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/dll/undel.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/undel.c
r1009 r1038 32 32 #include "strutil.h" // GetPString 33 33 #include "fm3dll.h" 34 #include "fortify.h" 34 35 35 36 #pragma data_seg(DATA2) … … 62 63 DosError(FERR_DISABLEHARDERR); 63 64 65 # ifdef FORTIFY 66 Fortify_EnterScope(); 67 # endif 64 68 thab = WinInitialize(0); 65 69 thmq = WinCreateMsgQueue(thab, 0); … … 158 162 WinTerminate(thab); 159 163 } 164 # ifdef FORTIFY 165 Fortify_LeaveScope(); 166 # endif 160 167 } 161 168
Note:
See TracChangeset
for help on using the changeset viewer.
