mirror of
https://github.com/reactos/reactos.git
synced 2025-08-11 08:55:38 +00:00
[KERNEL32_APITEST] Add tests for GetCPInfo
This commit is contained in:
parent
c495e0d727
commit
2bec8c9d4c
3 changed files with 52 additions and 0 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue