Ignore:
Timestamp:
Jun 2, 2002, 10:50:25 PM (23 years ago)
Author:
umoeller
Message:

Fixes for ip widget.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/comctl.h

    r159 r168  
    10591059    BOOL ctlMakeHotkeyEntryField(HWND hwndHotkeyEntryField);
    10601060
     1061    /* ******************************************************************
     1062     *
     1063     *   Color rectangle
     1064     *
     1065     ********************************************************************/
     1066
     1067    BOOL ctlMakeColorRect(HWND hwndStatic);
     1068    typedef BOOL CTLMAKECOLORRECT(HWND hwndStatic);
     1069    typedef CTLMAKECOLORRECT *PCTLMAKECOLORRECT;
     1070
    10611071#endif
    10621072
Note: See TracChangeset for help on using the changeset viewer.