X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/05886ed3f2c96ea7bb736ee59ff7912ace1f4c17..213ad8e72cb6e838d15bf54145d661b081dca308:/include/wx/msw/missing.h?ds=sidebyside diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index 1702717ce4..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