Changeset 1037 for trunk/dll/seeall.c
- Timestamp:
- Jul 4, 2008, 6:39:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/seeall.c
r1018 r1037 2457 2457 // fprintf(stderr,"Seeall: WM_CREATE\n"); 2458 2458 WinSetWindowPtr(hwnd, QWL_USER, NULL); 2459 # ifdef FORTIFY 2460 Fortify_EnterScope(); 2461 # endif 2459 2462 pAD = xmallocz(sizeof(ALLDATA), pszSrcFile, __LINE__); 2460 2463 if (pAD) { … … 4272 4275 FreeAllFilesList(hwnd); 4273 4276 xfree(pAD, pszSrcFile, __LINE__); 4277 # ifdef FORTIFY 4278 Fortify_LeaveScope(); 4279 # endif 4274 4280 } 4275 4281 break;
Note:
See TracChangeset
for help on using the changeset viewer.