Changeset 5173 for trunk/src/user32/win32wbase.h
- Timestamp:
- Feb 18, 2001, 6:59:05 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r5146 r5173 1 /* $Id: win32wbase.h,v 1.10 5 2001-02-17 14:49:26sandervl Exp $ */1 /* $Id: win32wbase.h,v 1.106 2001-02-18 17:59:05 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 358 358 BOOL fDestroyWindowCalled; //DestroyWindow was called for this window 359 359 BOOL fCreated; 360 BOOL fCreationFinished; //True when window or dialog has been created successfully 361 //Needed to prevent DestroyWindow from deleting the window 362 //object during construction 360 363 BOOL fTaskList; //should be listed in PM tasklist or not 361 364 BOOL fXDefault;
Note:
See TracChangeset
for help on using the changeset viewer.