Alexandre Julliard : widl: Support LANG_NEUTRAL as a valid lcid in typelibs .

Alexandre Julliard julliard at winehq.org
Fri Jul 8 11:23:43 CDT 2011


Module: wine
Branch: master
Commit: 9df500d45d69f049d5f81da47d3f875ba494631c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9df500d45d69f049d5f81da47d3f875ba494631c

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Jul  8 17:34:41 2011 +0200

widl: Support LANG_NEUTRAL as a valid lcid in typelibs.

---

 tools/widl/hash.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/widl/hash.c b/tools/widl/hash.c
index 7900544..d8a9b70 100644
--- a/tools/widl/hash.c
+++ b/tools/widl/hash.c
@@ -539,7 +539,7 @@ unsigned int lhash_val_of_name_sys( syskind_t skind, LCID lcid, LPCSTR lpStr)
   case LANG_VIETNAMESE: case LANG_MALTESE:    case LANG_IRISH:
   case LANG_SAMI:       case LANG_UPPER_SORBIAN: case LANG_TSWANA:
   case LANG_XHOSA:      case LANG_ZULU:       case LANG_WELSH:
-  case LANG_BRETON:
+  case LANG_BRETON:     case LANG_NEUTRAL:
 /* some languages not in all windows versions or ReactOS */
 #ifdef LANG_GAELIC
   case LANG_GAELIC:




More information about the wine-cvs mailing list