Commit fb391afa authored by David Hedberg's avatar David Hedberg Committed by Alexandre Julliard

comdlg32/tests: Add initial tests for the Item Dialog.

parent 18b1f5ca
TESTDLL = comdlg32.dll TESTDLL = comdlg32.dll
IMPORTS = comdlg32 winspool user32 gdi32 IMPORTS = uuid shell32 ole32 comdlg32 winspool user32 gdi32
C_SRCS = \ C_SRCS = \
filedlg.c \ filedlg.c \
finddlg.c \ finddlg.c \
fontdlg.c \ fontdlg.c \
itemdlg.c \
printdlg.c printdlg.c
RC_SRCS = rsrc.rc RC_SRCS = rsrc.rc
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#include <windows.h> #include <windows.h>
#include <wine/test.h> #include <wine/test.h>
#include "initguid.h"
#include "shlguid.h" #include "shlguid.h"
#define COBJMACROS #define COBJMACROS
#include "shobjidl.h" #include "shobjidl.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment