Huw Davies : include: Add winspool form string type defines.

Alexandre Julliard julliard at winehq.org
Wed May 19 14:55:14 CDT 2021


Module: wine
Branch: master
Commit: abb7d45129df865ff24208df6f29ad6904c0068c
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=abb7d45129df865ff24208df6f29ad6904c0068c

Author: Huw Davies <huw at codeweavers.com>
Date:   Wed May 19 14:43:07 2021 +0100

include: Add winspool form string type defines.

Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/winspool.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/winspool.h b/include/winspool.h
index 4c170b861ef..68619741f38 100644
--- a/include/winspool.h
+++ b/include/winspool.h
@@ -135,6 +135,10 @@ extern "C" {
 #define FORM_BUILTIN 1
 #define FORM_PRINTER 2
 
+#define STRING_NONE     1
+#define STRING_MUIDLL   2
+#define STRING_LANGPAIR 4
+
 #define PORT_TYPE_WRITE        1
 #define PORT_TYPE_READ         2
 #define PORT_TYPE_REDIRECTED   4




More information about the wine-cvs mailing list