projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
mshtml: Moved conversion to unicode of buffers from binding to navigate.c.
[wine]
/
dlls
/
winspool.drv
/
Makefile.in
1
EXTRADEFS = -D_SPOOL32_
2
MODULE = winspool.drv
3
IMPORTLIB = winspool
4
IMPORTS = user32 gdi32 advapi32
5
EXTRAINCL = @CUPSINCL@
6
EXTRALIBS = @APPLICATIONSERVICESLIB@
7
8
C_SRCS = \
9
info.c \
10
wspool.c
11
12
RC_SRCS = winspool.rc
13
PO_SRCS = winspool.rc
14
15
@MAKE_DLL_RULES@