Additional KLF_xxx in winuser.h

Andreas Mohr andi at rhlx01.fht-esslingen.de
Thu Jun 3 10:27:19 CDT 2004


Hi all,

during my work I found that recent KLF_xxx constants weren't available yet.

Andreas Mohr
-------------- next part --------------
Index: include/winuser.h
===================================================================
RCS file: /home/wine/wine/include/winuser.h,v
retrieving revision 1.180
diff -u -r1.180 winuser.h
--- include/winuser.h	25 Mar 2004 05:29:22 -0000	1.180
+++ include/winuser.h	3 Jun 2004 15:22:23 -0000
@@ -367,6 +367,9 @@
 #define KLF_REORDER        0x00000008
 #define KLF_REPLACELANG    0x00000010
 #define KLF_NOTELLSHELL    0x00000080
+#define KLF_SETFORPROCESS  0x00000100
+#define KLF_SHIFTLOCK      0x00010000
+#define KLF_RESET          0x40000000
 
 #define KL_NAMELENGTH      9
 


More information about the wine-patches mailing list