Changeset 1255
- Timestamp:
- Oct 11, 1999, 10:57:55 PM (26 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
changelog (modified) (2 diffs)
-
src/user32/win32wbase.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r1250 r1255 1 /* $Id: changelog,v 1.30 6 1999-10-11 20:15:07sandervl Exp $ */1 /* $Id: changelog,v 1.307 1999-10-11 20:57:55 sandervl Exp $ */ 2 2 3 3 99-10-11: Christoph Bratschi <cbratschi@datacomm.ch> … … 19 19 - INCLUDE: Only include stdlib.h when wrc is not active 20 20 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 21 28 22 29 99-10-11: Christoph Bratschi <cbratschi@datacomm.ch> -
trunk/src/user32/win32wbase.h
r1248 r1255 1 /* $Id: win32wbase.h,v 1.1 8 1999-10-11 16:04:52 cbratschiExp $ */1 /* $Id: win32wbase.h,v 1.19 1999-10-11 20:57:08 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 65 65 ULONG MsgClose(); 66 66 ULONG MsgDestroy(); 67 ULONG MsgEnable(BOOL fEnable);67 virtual ULONG MsgEnable(BOOL fEnable); 68 68 ULONG MsgShow(BOOL fShow); 69 69 ULONG MsgPosChanging(LPARAM lp);
Note:
See TracChangeset
for help on using the changeset viewer.
