]> git.saurik.com Git - wxWidgets.git/commitdiff
Add MUI_LANGUAGE_NAME to wx/msw/missing.h.
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 8 Sep 2012 10:53:16 +0000 (10:53 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 8 Sep 2012 10:53:16 +0000 (10:53 +0000)
Fixes VC6 compilation after r72430.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/missing.h
src/common/translation.cpp

index cf7602e8175cda293ae8a55b94b1bc0d06e47ba2..9efb9f6ab58753ce504b9ef6486625615a3379f3 100644 (file)
@@ -651,6 +651,10 @@ typedef struct
 #define INET_E_CODE_INSTALL_SUPPRESSED 0x800C0400L
 #endif
 
 #define INET_E_CODE_INSTALL_SUPPRESSED 0x800C0400L
 #endif
 
+#ifndef MUI_LANGUAGE_NAME
+#define MUI_LANGUAGE_NAME 0x8
+#endif
+
 //We need to check if we are using MinGW or mingw-w64 as their
 //definitions are different
 
 //We need to check if we are using MinGW or mingw-w64 as their
 //definitions are different
 
index ce264439601b03b52c4b03ca694715874f95958f..de975d5332fad4df79f4b461e6307de1c27ef75e 100644 (file)
@@ -54,6 +54,7 @@
     #include "wx/dynlib.h"
     #include "wx/scopedarray.h"
     #include "wx/msw/wrapwin.h"
     #include "wx/dynlib.h"
     #include "wx/scopedarray.h"
     #include "wx/msw/wrapwin.h"
+    #include "wx/msw/missing.h"
 #endif
 #ifdef __WXOSX__
     #include "wx/osx/core/cfstring.h"
 #endif
 #ifdef __WXOSX__
     #include "wx/osx/core/cfstring.h"