Changeset 129 for trunk/src/helpers/winh.c
- Timestamp:
- Jan 8, 2002, 7:29:57 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/winh.c
r113 r129 2866 2866 ULONG ulPP, // in: PP_* index 2867 2867 BOOL fInherit, // in: search parent windows too? 2868 LONG lSysColor) // in: SYSCLR_* index 2868 LONG lSysColor) // in: SYSCLR_* index or -1 2869 2869 { 2870 2870 ULONG ul, … … 3234 3234 VOID winhSleep(ULONG ulSleep) // in: sleep time in milliseconds 3235 3235 { 3236 HWND hwnd = winhCreateObjectWindow(WC_STATIC, NULL);3237 if (hwnd )3236 HWND hwnd; 3237 if (hwnd = winhCreateObjectWindow(WC_STATIC, NULL)) 3238 3238 { 3239 3239 QMSG qmsg;
Note:
See TracChangeset
for help on using the changeset viewer.