[KERNEL32_APITEST] Add tests for GetCPInfo

This commit is contained in:
Timo Kreuzer 2025-05-27 21:42:12 +03:00
parent c495e0d727
commit 2bec8c9d4c
3 changed files with 52 additions and 0 deletions

View file

@ -14,6 +14,7 @@ extern void func_FindFiles(void);
extern void func_FLS(void);
extern void func_FormatMessage(void);
extern void func_GetComputerNameEx(void);
extern void func_GetCPInfo(void);
extern void func_GetCurrentDirectory(void);
extern void func_GetDriveType(void);
extern void func_GetModuleFileName(void);
@ -52,6 +53,7 @@ const struct test winetest_testlist[] =
{ "FLS", func_FLS },
{ "FormatMessage", func_FormatMessage },
{ "GetComputerNameEx", func_GetComputerNameEx },
{ "GetCPInfo", func_GetCPInfo },
{ "GetCurrentDirectory", func_GetCurrentDirectory },
{ "GetDriveType", func_GetDriveType },
{ "GetModuleFileName", func_GetModuleFileName },