Ignore:
Timestamp:
Feb 18, 2001, 6:59:05 PM (25 years ago)
Author:
sandervl
Message:

DestroyWindow during CreateWindow fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32wbase.h

    r5146 r5173  
    1 /* $Id: win32wbase.h,v 1.105 2001-02-17 14:49:26 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.106 2001-02-18 17:59:05 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    358358        BOOL    fDestroyWindowCalled;   //DestroyWindow was called for this window
    359359        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
    360363        BOOL    fTaskList;              //should be listed in PM tasklist or not
    361364        BOOL    fXDefault;
Note: See TracChangeset for help on using the changeset viewer.