]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
64-bit non-extension DLL load path.
authorToni Wilen <twilen@winuae.net>
Thu, 19 Nov 2015 14:47:16 +0000 (16:47 +0200)
committerToni Wilen <twilen@winuae.net>
Thu, 19 Nov 2015 14:47:16 +0000 (16:47 +0200)
od-win32/win32.cpp

index 6a92b02938cde52e2f0f8837667fb6f14e8a1e9e..bf1fb703b896ee8a35ffa1cb222e0c8747bcc020 100644 (file)
@@ -2409,7 +2409,7 @@ struct winuae_lang langs[] =
        { LANG_UZBEK, _T("Uzbek") },
        { LANG_VIETNAMESE, _T("Vietnamese") },
        { LANG_ENGLISH, _T("default") },
-       { 0x400, _T("guidll.dll")},
+       { 0x400, _T("guidll.dll") },
        { 0, NULL }
 };
 static TCHAR *getlanguagename(DWORD id)
@@ -6340,6 +6340,9 @@ HMODULE WIN32_LoadLibrary_2 (const TCHAR *name, int expand)
                                _tcscat(p, _tcschr(name, '.'));
                        }
                        break;
+               case 5:
+                       p = newname;
+                       break;
                }
                if (!p)
                        continue;