VS doesn't seem to support sublang IDs, so we'll cheat a bit.
(Anyway I don't think they're so important)
This commit is contained in:
parent
856afa2116
commit
9d6fc8d726
|
@ -16,6 +16,15 @@ extern "C" {
|
|||
#include <commctrl.h>
|
||||
#endif
|
||||
|
||||
#undef SUBLANG_DANISH_DENMARK
|
||||
#define SUBLANG_DANISH_DENMARK SUBLANG_DEFAULT
|
||||
|
||||
#undef SUBLANG_ENGLISH_US
|
||||
#define SUBLANG_ENGLISH_US SUBLANG_DEFAULT
|
||||
|
||||
#undef SUBLANG_FRENCH
|
||||
#define SUBLANG_FRENCH SUBLANG_DEFAULT
|
||||
|
||||
/* IDC_STATIC is documented in winuser.h, but not defined. */
|
||||
#ifndef IDC_STATIC
|
||||
#define IDC_STATIC (-1)
|
||||
|
|
Loading…
Reference in New Issue