Ignore:
Timestamp:
Aug 23, 2001, 8:17:04 PM (24 years ago)
Author:
umoeller
Message:

Updates for self-install.

File:
1 edited

Legend:

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

    r70 r100  
    396396    QMSG qmsg;
    397397    BOOL fQuit = FALSE;
    398     HWND hwndNotify = WinCreateWindow(HWND_OBJECT,
    399                                       WC_BUTTON,
    400                                       (PSZ)"",
    401                                       0,
    402                                       0,0,0,0,
    403                                       0,
    404                                       HWND_BOTTOM,
    405                                       0,
    406                                       0,
    407                                       NULL);
    408     if (hwndNotify)
     398    HWND hwndNotify;
     399    if (hwndNotify = WinCreateWindow(HWND_OBJECT,
     400                                     WC_BUTTON,
     401                                     (PSZ)"",
     402                                     0,
     403                                     0,0,0,0,
     404                                     0,
     405                                     HWND_BOTTOM,
     406                                     0,
     407                                     0,
     408                                     NULL))
    409409    {
    410410        THREADINFO  ti = {0};
Note: See TracChangeset for help on using the changeset viewer.