Changeset 1321 for trunk/dll/mainwnd.c
- Timestamp:
- Dec 7, 2008, 2:48:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd.c
r1318 r1321 2930 2930 if (!pszStateName || !*pszStateName) { 2931 2931 Runtime_Error(pszSrcFile, __LINE__, "no data"); 2932 2932 return -1; 2933 2933 } 2934 2934 if (strlen(pszStateName) > sizeof(szPrefix) - 2) { … … 6543 6543 6544 6544 case WM_DESTROY: 6545 # ifdef FORTIFY 6546 DbgMsg(pszSrcFile, __LINE__, "WM_DESTROY hwnd %p TID %u", hwnd, GetTidForThread()); // 22 Jul 08 SHL fixme 6547 # endif 6545 6548 hwndMain = (HWND) 0; 6546 6549 if (!PostMsg((HWND) 0, WM_QUIT, MPVOID, MPVOID))
Note:
See TracChangeset
for help on using the changeset viewer.