Michael Stefaniuc
|
861c58d462
|
comdlg32: Remove duplicate includes.
|
2007-11-19 13:54:04 +01:00 |
Detlef Riekenberg
|
23d78ff2b8
|
comdlg32/tests: Initial tests for PrintDlgExW.
|
2007-10-26 15:15:05 +02:00 |
Francois Gouget
|
4ea5dbfa1c
|
comdlg32/tests: Tell PageSetupDlg() not to bring up a dialog if there is no default printer.
|
2007-10-09 12:31:15 +02:00 |
Detlef Riekenberg
|
ffe54a884c
|
comdlg32/tests: Remove debug code and the tabs.
|
2007-09-25 12:37:47 +02:00 |
Detlef Riekenberg
|
b5e45b0b77
|
comdlg32/tests: Add tests for PRINTDLG->hDevNames.
|
2007-09-25 12:37:42 +02:00 |
Marcus Meissner
|
b8a76c60f5
|
comdlg32/tests: Handle case where no printer is configured.
|
2007-08-20 12:45:28 +02:00 |
Detlef Riekenberg
|
84e4904ffd
|
comdlg32/tests: More tests for the member lStructSize.
|
2007-08-10 13:31:00 +02:00 |
Detlef Riekenberg
|
ef7a7794ca
|
comdlg32/tests: Add simple tests for PrintDlgA.
|
2007-08-10 12:58:17 +02:00 |
Paul Vriens
|
b4b88b055d
|
comdlg32/tests: Skip some not implemented functions on win98.
|
2007-06-07 19:23:49 +02:00 |
Lei Zhang
|
7aa1b2e419
|
comdlg32: Initialize CommDlgExtendedError() return value for file dialogs.
|
2007-04-24 11:52:17 +02:00 |
Michael Stefaniuc
|
c7e00c9f49
|
janitorial: In multiline strings there is no need for '\' at the end of the lines.
|
2006-12-27 13:10:13 +01:00 |
Francois Gouget
|
2c531ade2e
|
comdlg32: Fix PrintDlg(NULL) and reenable a test that was in an '#if 0'.
Fix the test so it compiles without warnings.
|
2006-12-14 20:24:58 +01:00 |
Michael Stefaniuc
|
6ef43211b2
|
comdlg32/tests: Win64 printf format warning fixes.
|
2006-10-06 12:33:17 +02:00 |
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
Detlef Riekenberg
|
75dce501ef
|
comdlg32/tests: PrintDlg with PD_RETURNDEFAULT can fail.
|
2006-07-24 12:57:34 +02:00 |
Alexandre Julliard
|
0fa8baafcb
|
make_dlls: Recursively ignore .ok files in all tests directories.
|
2006-07-10 21:26:50 +02:00 |
Alexandre Julliard
|
edd100b899
|
make_dlls: Recursively ignore testlist.c in all tests directories.
|
2006-07-10 21:19:42 +02:00 |
Alexandre Julliard
|
cc2b3b48e6
|
Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
|
2006-07-10 20:47:54 +02:00 |
Detlef Riekenberg
|
955fe0da75
|
comdlg32: Add initial test.
|
2006-07-06 12:04:27 +02:00 |