Changeset 1032 for trunk/dll/autoview.c
- Timestamp:
- Jun 30, 2008, 4:55:36 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/dll/autoview.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/autoview.c
r1029 r1032 668 668 } 669 669 else { 670 # ifdef FORTIFY 671 Fortify_EnterScope(); 672 # endif 670 673 WinSetWindowULong(hwndAutoObj, QWL_USER, hwndParent); 671 674 priority_normal(); … … 677 680 WinDestroyMsgQueue(hmq2); 678 681 } 679 else 680 WinTerminate(hab2); 682 // else 683 WinTerminate(hab2); 684 # ifdef FORTIFY 685 xFortify_LeaveScope(pszSrcFile, __LINE__); 686 # endif 681 687 } 682 688 }
Note:
See TracChangeset
for help on using the changeset viewer.
