[PATCH 1/7] include: Add winspool form string type defines.
19 May
2021
19 May
'21
1:43 p.m.
Signed-off-by: Huw Davies <huw(a)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
1674
Age (days ago)
1674
Last active (days ago)
0 comments
1 participants
participants (1)
-
Huw Davies