Files
Timo Kreuzer 5272cc27d6 [CRT_APITEST] Fix tests for sprintf
- Dynamically load function from the appropriate DLL
- Fix tests for crtdll and user32
2025-10-18 15:12:19 +03:00

5 lines
120 B
C

#define func_sprintf func_wsprintf
#define TEST_USER32 1
#define TEST_DLL_NAME "user32.dll"
#include "../crt/sprintf.c"