mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
[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
This commit is contained in:
parent
9da861ac5c
commit
801b51ce18
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue