X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1ca78aa1dcbd491492aa8f191c4612d1eb740132..7ba7c4e62f008c640f8284de3e61c63882faeb9a:/include/wx/msw/missing.h diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index fda8af03a7..451b364611 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -96,6 +96,27 @@ #define VK_OEM_PERIOD 0xBE #endif +#ifndef SM_TABLETPC + #define SM_TABLETPC 86 +#endif + +#ifndef INKEDIT_CLASS +# define INKEDIT_CLASSW L"INKEDIT" +# ifdef UNICODE +# define INKEDIT_CLASS INKEDIT_CLASSW +# else +# define INKEDIT_CLASS "INKEDIT" +# endif +#endif + +#ifndef EM_SETINKINSERTMODE +# define EM_SETINKINSERTMODE (WM_USER + 0x0204) +#endif + +#ifndef EM_SETUSEMOUSEFORINPUT +#define EM_SETUSEMOUSEFORINPUT (WM_USER + 0x224) +#endif + // ---------------------------------------------------------------------------- // ListView common control // Needed by listctrl.cpp @@ -109,6 +130,10 @@ #define LVS_EX_LABELTIP 0x00004000 #endif +#ifndef LVS_EX_SUBITEMIMAGES + #define LVS_EX_SUBITEMIMAGES 0x00000002 +#endif + /* * In addition to the above, the following are required for several compilers. */