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:
luigi__ 2009-02-03 21:21:41 +00:00
parent 856afa2116
commit 9d6fc8d726
1 changed files with 9 additions and 0 deletions

View File

@ -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)