- Timestamp:
- Sep 9, 1999, 8:01:10 PM (26 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
changelog (modified) (5 diffs)
-
include/win32type.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r891 r895 1 /* $Id: changelog,v 1.188 1999-09-09 10:25:54 phaller Exp $ */ 1 /* $Id: changelog,v 1.189 1999-09-09 18:01:09 dengert Exp $ */ 2 3 99-09-09: Daniela Engert <dani@ngrt.de> 4 - USER32\NEW: begin new DC/related code. BeginPaint/EndPaint done. 2 5 3 6 99-09-09: Patrick Haller <phaller@gmx.net> … … 9 12 99-09-08: Yuri Dario <mc6530@mclink.it> 10 13 - INCLUDE\WIN: Changes to wingdi.h (more WINELIB_NAME defs) & winuser.h (mssing definitions) 11 Missing ';' in custcntl.h at line 10614 Missing ';' in custcntl.h at line 106 12 15 13 16 99-09-08: David Raison … … 16 19 99-09-08: knut st. osmundsen <knut.stange.osmundsen@pmsc.no> 17 20 - KERNEL32, USER32, USER32\NEW, GDI32, ADVAPI32: <dllname>exp.def is 18 now generated by a util called ImpDef. (source in tools\impdef).21 now generated by a util called ImpDef. (source in tools\impdef). 19 22 - INC: pdwin32.tools is updated with a IMPDEF macro. This requires 20 the macro PDWIN32_TOOLS too point to the tools\bin directory.23 the macro PDWIN32_TOOLS too point to the tools\bin directory. 21 24 - TOOLS: New directory tree for tools developed to aid us create odin32. 22 Create a subdirectory for each tool.23 Currently database, impdef and omfdumper is placed here.25 Create a subdirectory for each tool. 26 Currently database, impdef and omfdumper is placed here. 24 27 - TOOLS\IMPDEF: generates the <dllname>exp.def files. 25 28 - TOOLS\OMFDUMPER: source for the omfdumper use to create pmwinx.def. 26 Base source for a library converted used in win32k.29 Base source for a library converted used in win32k. 27 30 - TOOLS\DATABASE: source for the odin32 API database and it's tools. 28 See the Odin32 API Database Design Document for more info.29 Document will soon be placed in the 'Vault' of the win32-os2 group.31 See the Odin32 API Database Design Document for more info. 32 Document will soon be placed in the 'Vault' of the win32-os2 group. 30 33 - TOOLS\DATABASE\MYSQL: mysql headers and libraries. 31 34 - TOOLS\DATABASE\GD: Gifdraw 1.2 - used to draw graphs. … … 38 41 - Minor changes to odin.h (nameless union allowed in VAC 3.6.5) & windowsx.h 39 42 - USER32\NEW: Use fixed user32exp.def. Doesn't work for GetOS2Callback__15Win32WindowProcFv 40 (causes link failure for comdlg32)43 (causes link failure for comdlg32) 41 44 - TOOLS\WRC: Ported Wine wrc. Needs EMX+GCC 42 45 … … 58 61 - KERNEL32: Fixed icon- & cursorgroup conversion (Solitaire icon now correct again) 59 62 - USER32\NEW: Started with Wine dialog code port. Dialog creation done, 60 but not tested.63 but not tested. 61 64 62 65 99-09-04: Jens Wiessner <wiessnej@rfi.de> -
trunk/include/win32type.h
r820 r895 1 /* $Id: win32type.h,v 1. 19 1999-09-04 19:20:44 sandervlExp $ */1 /* $Id: win32type.h,v 1.20 1999-09-09 18:01:10 dengert Exp $ */ 2 2 3 3 /* … … 126 126 typedef const unsigned char* PCBYTE; 127 127 128 // floats 129 #undef FLOAT 130 #undef PFLOAT 131 #undef LPFLOAT 132 typedef float FLOAT, *PFLOAT, *LPFLOAT; 128 133 129 134 #endif … … 249 254 typedef unsigned char* LPBYTE; 250 255 typedef const unsigned char* LPCBYTE; 256 257 // floats 258 #undef FLOAT 259 #undef PFLOAT 260 #undef LPFLOAT 261 typedef float FLOAT, *PFLOAT, *LPFLOAT; 251 262 252 263 // doubles
Note:
See TracChangeset
for help on using the changeset viewer.
