Marcus Meissner
|
d7c565f5de
|
Replaced WIN_GetWindowInstance by GetWindowLongA(GWL_HINSTANCE),
removed unnecessary win.h includes, added syslevel.h to queue.c.
|
1999-05-14 18:39:37 +00:00 |
Patrik Stridvall
|
896889f317
|
ANSI C fixes.
|
1999-05-08 12:50:36 +00:00 |
Klaas van Gend
|
ea7ff970c8
|
More implementation of PrintDlgA.
Conversion of resource identifiers of Print32 window to comply to the
M$ numbering.
|
1999-05-02 11:34:26 +00:00 |
Bertho Stultiens
|
d1895a776c
|
Built-in dlls now have resources attached via the PE-header like
normal dlls. This enables the use of the resource API.
|
1999-04-25 18:31:35 +00:00 |
Michael Veksler
|
ff5ae3dd65
|
Removed some includes of 16 bit API.
|
1999-04-22 15:26:11 +00:00 |
Patrik Stridvall
|
b4b9fae671
|
New debug scheme with explicit debug channels declaration.
|
1999-04-19 14:56:29 +00:00 |
Pavel Roskin
|
8b221d140b
|
Replaced 0xC000 by symbolic constants.
|
1999-04-01 10:13:04 +00:00 |
Klaas van Gend
|
3c6253bb3e
|
- Reimplementation of the CommDlg ExtendedError mechanism using TLS.
- Some header inclusion cleanup.
|
1999-03-15 15:16:54 +00:00 |
Pavel Roskin
|
cb327212c4
|
File open dialog now uses icons instead of bitmaps.
|
1999-03-13 18:10:43 +00:00 |
Bertho Stultiens
|
9bdf34b338
|
Moved error codes to cderr.h.
|
1999-03-13 17:07:56 +00:00 |
Norman Stevens
|
e16512ba82
|
Don't copy lpstrFileTitle if given NULL pointer for this.
Delphi 2.0 passes NULL for lpstrFileTitle to GetOpen/SaveFileName.
|
1999-03-09 17:34:30 +00:00 |
Klaas van Gend
|
c912749be5
|
Create a new subdirectory for the common dialog box DLL and move all
code from /misc/commdlg.c to this directory. Also made a start in
documenting the API calls.
|
1999-02-28 20:05:11 +00:00 |