Check that ppZStencilSurface is not null.
[wine] / dlls / commdlg / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = comdlg32.dll
6 IMPORTS   = shell32 shlwapi comctl32 winspool user32 gdi32 kernel32 ntdll
7 EXTRALIBS = -luuid
8
9 C_SRCS = \
10         cdlg32.c \
11         colordlg.c \
12         filedlg.c \
13         filedlg31.c \
14         filedlgbrowser.c \
15         filetitle.c \
16         finddlg32.c \
17         fontdlg.c \
18         printdlg.c
19
20 C_SRCS16 = \
21         colordlg16.c \
22         filedlg16.c \
23         finddlg.c \
24         fontdlg16.c \
25         generic.c \
26         printdlg16.c
27
28 SPEC_SRCS16 = commdlg.spec
29
30 RC_SRCS = rsrc.rc
31 RC_BINSRC = cdlg_xx.rc
32 RC_BINARIES = \
33         800.bmp \
34         cdrom.ico \
35         floppy.ico \
36         folder.ico \
37         folder2.ico \
38         fontpics.bmp \
39         hdisk.ico \
40         network.ico \
41         pd32_collate.ico \
42         pd32_landscape.ico \
43         pd32_nocollate.ico \
44         pd32_portrait.ico 
45
46 @MAKE_DLL_RULES@
47
48 ### Dependencies: