Changeset 1032 for trunk/dll/objwin.c
- Timestamp:
- Jun 30, 2008, 4:55:36 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/objwin.c
r907 r1032 25 25 #include "errutil.h" // Win_Error 26 26 #include "fm3dll.h" 27 #include "fortify.h" 27 28 28 29 static PSZ pszSrcFile = __FILE__; … … 75 76 IDS_WINCREATEWINDOW); 76 77 else { 78 # ifdef FORTIFY 79 Fortify_EnterScope(); 80 # endif 77 81 WinSetWindowPtr(ObjectHwnd, QWL_USER, args); 78 82 /* initially populate container */ … … 86 90 WinDestroyMsgQueue(hmq2); 87 91 } 92 # ifdef FORTIFY 93 xFortify_LeaveScope(pszSrcFile, __LINE__); 94 # endif 88 95 WinTerminate(hab2); 89 96 }
Note:
See TracChangeset
for help on using the changeset viewer.