Changeset 1395 for trunk/dll/objwin.c
- Timestamp:
- Feb 8, 2009, 2:48:16 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/objwin.c
r1226 r1395 14 14 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 15 15 08 Jul 08 SHL Correct Fortify_LeaveScope usage and avoid spurious reports 16 07 Feb 09 GKY Eliminate Win_Error2 by moving function names to PCSZs used in Win_Error 16 17 17 18 ***********************************************************************/ … … 33 34 #include "objwin.h" 34 35 #include "treecnr.h" // TreeObjWndProc 35 36 #include "strutil.h" // GetPString 36 37 37 38 static PSZ pszSrcFile = __FILE__; … … 83 84 0L, 0L, HWND_TOP, OBJ_FRAME, NULL, NULL); 84 85 if (!ObjectHwnd) 85 Win_Error 2(HWND_OBJECT, HWND_DESKTOP, pszSrcFile, __LINE__,86 IDS_WINCREATEWINDOW);86 Win_Error(HWND_OBJECT, HWND_DESKTOP, pszSrcFile, __LINE__, 87 PCSZ_WINCREATEWINDOW); 87 88 else { 88 89 # ifdef FORTIFY
Note:
See TracChangeset
for help on using the changeset viewer.