include: Add winspool form string type defines.
Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
9bc856dfaf
commit
abb7d45129
|
@ -135,6 +135,10 @@ extern "C" {
|
||||||
#define FORM_BUILTIN 1
|
#define FORM_BUILTIN 1
|
||||||
#define FORM_PRINTER 2
|
#define FORM_PRINTER 2
|
||||||
|
|
||||||
|
#define STRING_NONE 1
|
||||||
|
#define STRING_MUIDLL 2
|
||||||
|
#define STRING_LANGPAIR 4
|
||||||
|
|
||||||
#define PORT_TYPE_WRITE 1
|
#define PORT_TYPE_WRITE 1
|
||||||
#define PORT_TYPE_READ 2
|
#define PORT_TYPE_READ 2
|
||||||
#define PORT_TYPE_REDIRECTED 4
|
#define PORT_TYPE_REDIRECTED 4
|
||||||
|
|
Loading…
Reference in New Issue