Changeset 1038 for trunk/dll/autoview.c
- Timestamp:
- Jul 4, 2008, 10:33:59 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/autoview.c
r1036 r1038 638 638 hab2 = WinInitialize(0); 639 639 if (hab2) { 640 # ifdef FORTIFY 641 Fortify_EnterScope(); 642 # endif 640 643 hmq2 = WinCreateMsgQueue(hab2, 128); 641 644 if (hmq2) { … … 659 662 } 660 663 else { 661 # ifdef FORTIFY662 Fortify_EnterScope();663 # endif664 664 WinSetWindowULong(hwndAutoObj, QWL_USER, hwndParent); 665 665 priority_normal(); … … 674 674 WinTerminate(hab2); 675 675 # ifdef FORTIFY 676 Fortify_LeaveScope( pszSrcFile, __LINE__);676 Fortify_LeaveScope(); 677 677 # endif 678 678 }
Note:
See TracChangeset
for help on using the changeset viewer.