Changeset 1255


Ignore:
Timestamp:
Oct 11, 1999, 10:57:55 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r1250 r1255  
    1  /* $Id: changelog,v 1.306 1999-10-11 20:15:07 sandervl Exp $ */
     1 /* $Id: changelog,v 1.307 1999-10-11 20:57:55 sandervl Exp $ */
    22
    33 99-10-11: Christoph Bratschi <cbratschi@datacomm.ch>
     
    1919        - INCLUDE: Only include stdlib.h when wrc is not active
    2020                   Extra definitions for compiling win32 apps in OS/2
     21
     22 99-10-11: Edgar Buerkle <Edgar.Buerkle@gmx.net>
     23        - GDI32: GetTextFaceW bugfix
     24        - USER32: Init ownDC to 0
     25                  Create empty dialog in CreateWindowExA/W if class == dialog
     26                  Support for class atoms in CreateWindowExA/W
     27                  Win32Dialog::getNextDlgGroupItem() bugfix
    2128
    2229 99-10-11: Christoph Bratschi <cbratschi@datacomm.ch>
  • trunk/src/user32/win32wbase.h

    r1248 r1255  
    1 /* $Id: win32wbase.h,v 1.18 1999-10-11 16:04:52 cbratschi Exp $ */
     1/* $Id: win32wbase.h,v 1.19 1999-10-11 20:57:08 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    6565         ULONG  MsgClose();
    6666         ULONG  MsgDestroy();
    67          ULONG  MsgEnable(BOOL fEnable);
     67virtual  ULONG  MsgEnable(BOOL fEnable);
    6868         ULONG  MsgShow(BOOL fShow);
    6969         ULONG  MsgPosChanging(LPARAM lp);
Note: See TracChangeset for help on using the changeset viewer.