From 801b51ce186e41aa02ff0e11a9b1e9311e50d7be Mon Sep 17 00:00:00 2001 From: Ged Murphy Date: Thu, 21 Jul 2011 13:40:57 +0000 Subject: [PATCH] [KERNEL32] Add GetLocaleInfoEx back to the exports, idndl needs it. Should fix default (rbuild) build. No idea (and don't care) about the cmake build, the cmake boys will have to deal with that if it breaks. svn path=/trunk/; revision=52757 --- reactos/dll/win32/kernel32/kernel32.pspec | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/dll/win32/kernel32/kernel32.pspec b/reactos/dll/win32/kernel32/kernel32.pspec index 06c102479f5..b5937b502b7 100644 --- a/reactos/dll/win32/kernel32/kernel32.pspec +++ b/reactos/dll/win32/kernel32/kernel32.pspec @@ -544,6 +544,7 @@ @ stdcall GetLocalTime(ptr) @ stdcall GetLocaleInfoA(long long ptr long) @ stdcall GetLocaleInfoW(long long ptr long) +@ stdcall GetLocaleInfoEx(wstr long wstr long) ; Vista+ @ stdcall GetLogicalDriveStringsA(long ptr) @ stdcall GetLogicalDriveStringsW(long ptr) @ stdcall GetLogicalDrives()