Changeset 1321 for trunk/dll/mainwnd.c


Ignore:
Timestamp:
Dec 7, 2008, 2:48:06 AM (17 years ago)
Author:
Steven Levine
Message:

Rework casts variable types for OpenWatcom 1.8 compatibility
Add more FORTIFY support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd.c

    r1318 r1321  
    29302930  if (!pszStateName || !*pszStateName) {
    29312931    Runtime_Error(pszSrcFile, __LINE__, "no data");
    2932       return -1;
     2932    return -1;
    29332933  }
    29342934  if (strlen(pszStateName) > sizeof(szPrefix) - 2) {
     
    65436543
    65446544  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
    65456548    hwndMain = (HWND) 0;
    65466549    if (!PostMsg((HWND) 0, WM_QUIT, MPVOID, MPVOID))
Note: See TracChangeset for help on using the changeset viewer.