kernel32: Comment out the Esperanto locale definitions, they are incomplete, and cause the problems

Dmitry Timoshkov dmitry at codeweavers.com
Tue May 20 01:38:18 CDT 2008


Hello,

this patch fixes the problem reported in the bug 12884.

Changelog:
    kernel32: Comment out the Esperanto locale definitions, they are
    incomplete, and cause the problems.
---
 dlls/kernel32/locale_rc.rc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/dlls/kernel32/locale_rc.rc b/dlls/kernel32/locale_rc.rc
index 01b24c6..c7952e0 100644
--- a/dlls/kernel32/locale_rc.rc
+++ b/dlls/kernel32/locale_rc.rc
@@ -239,7 +239,8 @@
 
 #include "nls/nls.nls"   /* 0x0c13  LANG_DUTCH, SUBLANG_DUTCH_SURINAM */
 
-#include "nls/eox.nls"   /* 0x048f  LANG_ESPERANTO, SUBLANG_DEFAULT */
+/* eox.nls is very incomplete and causes the problems.
+#include "nls/eox.nls"      0x048f  LANG_ESPERANTO, SUBLANG_DEFAULT */
 
 #include "nls/wal.nls"   /* 0x0490  LANG_WALON, SUBLANG_DEFAULT */
 
-- 
1.5.5.1






More information about the wine-patches mailing list