From 9d6fc8d726be7315bcf12555b462327e8cf0bd90 Mon Sep 17 00:00:00 2001 From: luigi__ Date: Tue, 3 Feb 2009 21:21:41 +0000 Subject: [PATCH] VS doesn't seem to support sublang IDs, so we'll cheat a bit. (Anyway I don't think they're so important) --- desmume/src/windows/afxres.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/desmume/src/windows/afxres.h b/desmume/src/windows/afxres.h index 2d1f71f97..faa740f81 100644 --- a/desmume/src/windows/afxres.h +++ b/desmume/src/windows/afxres.h @@ -16,6 +16,15 @@ extern "C" { #include #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)