2015-12-30 10:21 GMT+01:00 Stefan Leichter Stefan.Leichter@camline.com:
The function is called from VSWinExpress.exe (Visual Studio 2013/12.0 Express Edition)
Signed-off-by: Stefan Leichter Stefan.Leichter@camLine.com
.../api-ms-win-core-localization-l1-2-0.spec | 2 +- .../api-ms-win-core-localization-l1-2-1.spec | 2 +- dlls/kernel32/kernel32.spec | 2 +- dlls/kernel32/locale.c | 26 ++++++++++++++++++++++ include/winnls.h | 1 + 5 files changed, 30 insertions(+), 3 deletions(-)
Just a drive-by comment: I think it would be nicer if the FIXME was at the start of the function i.e. before the early returns.
I would also replace PULONG and PZZWSTR with ULONG * and WCHAR *, not sure what's the convention in kernel32 though.