[PATCH 1/7] include: Add winspool form string type defines.

Huw Davies huw at codeweavers.com
Wed May 19 08:43:07 CDT 2021


Signed-off-by: Huw Davies <huw at codeweavers.com>
---
 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
-- 
2.23.0




More information about the wine-devel mailing list