Ignore:
Timestamp:
Jan 8, 2002, 7:29:57 PM (24 years ago)
Author:
umoeller
Message:

Executable updates, mostly.

File:
1 edited

Legend:

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

    r113 r129  
    28662866                        ULONG   ulPP,       // in: PP_* index
    28672867                        BOOL    fInherit,   // in: search parent windows too?
    2868                         LONG    lSysColor)  // in: SYSCLR_* index
     2868                        LONG    lSysColor)  // in: SYSCLR_* index or -1
    28692869{
    28702870    ULONG   ul,
     
    32343234VOID winhSleep(ULONG ulSleep)    // in: sleep time in milliseconds
    32353235{
    3236     HWND hwnd = winhCreateObjectWindow(WC_STATIC, NULL);
    3237     if (hwnd)
     3236    HWND hwnd;
     3237    if (hwnd = winhCreateObjectWindow(WC_STATIC, NULL))
    32383238    {
    32393239        QMSG qmsg;
Note: See TracChangeset for help on using the changeset viewer.