Changeset 820
- Timestamp:
- Sep 4, 1999, 9:24:19 PM (26 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
changelog (modified) (2 diffs)
-
include/win/windowsx.h (modified) (2 diffs)
-
include/win32type.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r819 r820 1 /* $Id: changelog,v 1.17 4 1999-09-04 17:55:55 dengertExp $ */1 /* $Id: changelog,v 1.175 1999-09-04 19:23:45 sandervl Exp $ */ 2 2 3 3 99-09-04: Daniela Engert <dani@ngrt.de> … … 6 6 99-09-04: Sander van Leeuwen <sandervl@xs4all.nl> 7 7 - KERNEL32: Fixed icon- & cursorgroup conversion (Solitaire icon now correct again) 8 - USER32\NEW: Started with Wine dialog code port. Dialog creation done, 9 but not tested. 8 10 9 11 99-09-04: Jens Wiessner <wiessnej@rfi.de> -
trunk/include/win/windowsx.h
r718 r820 1 /* $Id: windowsx.h,v 1. 2 1999-08-28 07:36:39 sandervl Exp $ */1 /* $Id: windowsx.h,v 1.3 1999-09-04 19:24:19 sandervl Exp $ */ 2 2 3 3 /* Copyright (C) 1999 Corel Corporation (Paul Quinn) */ … … 1096 1096 /****** C runtime porting macros ****************************************/ 1097 1097 1098 #if (__IBMC__ >= 400) || (__IBMCPP__ >= 3 60)1098 #if (__IBMC__ >= 400) || (__IBMCPP__ >= 300) 1099 1099 // defines already in compiler includes 1100 1100 #else -
trunk/include/win32type.h
r805 r820 1 /* $Id: win32type.h,v 1.1 8 1999-09-02 20:56:29 phallerExp $ */1 /* $Id: win32type.h,v 1.19 1999-09-04 19:20:44 sandervl Exp $ */ 2 2 3 3 /* … … 323 323 #define HBRUSH DWORD 324 324 #define HMENU DWORD 325 #define HFONT DWORD 325 326 #define WNDPROC DWORD 326 327 #define DLGPROC DWORD … … 363 364 364 365 366 typedef struct tagSIZE 367 { 368 INT cx; 369 INT cy; 370 } SIZE, *PSIZE, *LPSIZE; 365 371 366 372 /* The security attributes structure */ … … 550 556 551 557 558 552 559 //@@@PH ----------------------------------------------------------------------- 553 560 #if 0
Note:
See TracChangeset
for help on using the changeset viewer.
