I've came across missing key definitions in winuser.h for APP1 - APP6 WinCe
application buttons.

I believe it would make sense to add the following to winuser.h:

--- cegcc/src/w32api/include/winuser.h    (revision 1090)
+++ cegcc/src/w32api/include/winuser.h    (working copy)
@@ -1962,6 +1962,12 @@
 #endif
 #define VK_OEM_2    0xBF
 #define VK_OEM_3    0xC0
+#define VK_APP1        0xC1
+#define VK_APP2        0xC2
+#define VK_APP3        0xC3
+#define VK_APP4        0xC4
+#define VK_APP5        0xC5
+#define VK_APP6        0xC6
 #define VK_OEM_4    0xDB
 #define VK_OEM_5    0xDC
 #define VK_OEM_6    0xDD


Please correct me if I am wrong.

Best regards,
-Pavel
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to