- Small fix :-p

svn path=/trunk/; revision=72172
This commit is contained in:
Dmitry Chapyshev
2016-08-09 21:09:07 +00:00
parent 4e8d5c9c39
commit e5d5259ab7
+1 -1
View File
@@ -17,7 +17,7 @@ GetDefaultLayoutForLocale(DWORD dwLocaleId)
DWORD dwResult = 0;
HINF hIntlInf;
hIntlInf = SetupOpenInfFileW(L"G:\\Projects\\_ReactOS\\reactos\\output-MinGW-i386\\dll\\cpl\\input_new\\intl.inf", NULL, INF_STYLE_WIN4, NULL);
hIntlInf = SetupOpenInfFileW(L"intl.inf", NULL, INF_STYLE_WIN4, NULL);
if (hIntlInf != INVALID_HANDLE_VALUE)
{
WCHAR szLangID[MAX_STR_LEN];