Ignore:
Timestamp:
Oct 23, 2001, 11:25:46 PM (24 years ago)
Author:
umoeller
Message:

Misc updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/winh.c

    r111 r113  
    31883188{
    31893189    HAB hab = NULLHANDLE;
    3190     HWND hwnd = winhCreateObjectWindow(WC_BUTTON, NULL);
    3191     if (hwnd)
     3190    HWND hwnd;
     3191    if (hwnd = winhCreateObjectWindow(WC_BUTTON, NULL))
    31923192    {
    31933193        hab = WinQueryAnchorBlock(hwnd);
Note: See TracChangeset for help on using the changeset viewer.