mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
- Dynamically load function from the appropriate DLL - Fix tests for crtdll and user32
5 lines
120 B
C
5 lines
120 B
C
#define func_sprintf func_wsprintf
|
|
#define TEST_USER32 1
|
|
#define TEST_DLL_NAME "user32.dll"
|
|
#include "../crt/sprintf.c"
|