From 5dc5bf5d8a538116d178e29e66d5deeaa6cef5f4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vincent=20B=C3=A9ron?= Date: Mon, 6 Oct 2003 21:13:01 +0000 Subject: [PATCH] Change resources from last language file used to LANG_NEUTRAL. --- dlls/user/resources/version.rc | 2 ++ dlls/winmm/winmm_res.rc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dlls/user/resources/version.rc b/dlls/user/resources/version.rc index c94bdb4c925..661dc8e24c7 100644 --- a/dlls/user/resources/version.rc +++ b/dlls/user/resources/version.rc @@ -16,6 +16,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL + #define WINE_FILEVERSION_STR "1.0" #define WINE_FILEDESCRIPTION_STR "Wine core dll" #define WINE_FILENAME_STR "user32.dll" diff --git a/dlls/winmm/winmm_res.rc b/dlls/winmm/winmm_res.rc index 546e1ded2b8..c5259ff0624 100644 --- a/dlls/winmm/winmm_res.rc +++ b/dlls/winmm/winmm_res.rc @@ -39,6 +39,8 @@ /* do not add NLS specific stuff below that line */ +LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL + CORE RCDATA BEGIN "open\0", 0x00000803L, MCI_COMMAND_HEAD, -- 2.11.4.GIT