Changeset 1063 for trunk/dll/objwin.c
- Timestamp:
- Jul 11, 2008, 5:33:36 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/objwin.c
r1062 r1063 77 77 IDS_WINCREATEWINDOW); 78 78 else { 79 # ifdef FORTIFY80 81 # endif79 # ifdef FORTIFY 80 Fortify_EnterScope(); 81 # endif 82 82 WinSetWindowPtr(ObjectHwnd, QWL_USER, args); 83 83 /* initially populate container */ … … 88 88 WinDispatchMsg(hab2, &qmsg2); 89 89 WinDestroyWindow(ObjectHwnd); 90 # ifdef FORTIFY90 # ifdef FORTIFY 91 91 { 92 92 HWND hwndCnr = ((DIRCNRDATA *)args)->hwndCnr; … … 98 98 Fortify_LeaveScope(); 99 99 } 100 # endif100 # endif 101 101 } 102 102 WinDestroyMsgQueue(hmq2);
Note:
See TracChangeset
for help on using the changeset viewer.