* include/winspool.h [_WIN32_WINNT >= 0x0500]
(DRIVER_*MODE): Define (DWORD type). Thanks to: Roland Schwingel <rolandschwingel at users dot sf dot net>
This commit is contained in:
parent
12b3371289
commit
aee7cf676e
@ -1,3 +1,7 @@
|
||||
2006-03-29 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
|
||||
* include/winspool.h [_WIN32_WINNT >= 0x0500]
|
||||
(DRIVER_*MODE): Define (DWORD type).
|
||||
Thanks to: Roland Schwingel <rolandschwingel at users dot sf dot net>
|
||||
|
||||
2006-03-27 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
|
@ -15,6 +15,8 @@ extern "C" {
|
||||
#define FORM_BUILTIN 0x1
|
||||
#define FORM_PRINTER 0x2
|
||||
#if (_WIN32_WINNT >= 0x0500)
|
||||
#define DRIVER_KERNELMODE 0x00000001
|
||||
#define DRIVER_USERMODE 0x00000002
|
||||
#define DSPRINT_PUBLISH 0x00000001
|
||||
#define DSPRINT_UPDATE 0x00000002
|
||||
#define DSPRINT_UNPUBLISH 0x00000004
|
||||
|
Loading…
x
Reference in New Issue
Block a user