Changeset 1435 for trunk/dll/tools.c


Ignore:
Timestamp:
Jun 26, 2009, 10:25:47 PM (16 years ago)
Author:
Steven Levine
Message:

Update for OpenWatcom 1.9 compatibility
Add wipfc support (see USE_WIPFC)
Drop unused dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/tools.c

    r1402 r1435  
    736736        BOOL BadID = FALSE;
    737737
    738         help[0] = text[0] = NULL;
     738        help[0] = text[0] = 0;
    739739        WinQueryDlgItemText(hwnd, ADDBTN_HELP, 80, help);
    740740        WinQueryDlgItemText(hwnd, ADDBTN_TEXT, 80, text);
Note: See TracChangeset for help on using the changeset viewer.