reactos/rostests/win32/kernel32/tests/setup.c

13 lines
144 B
C
Raw Normal View History

#include <k32.h>
#include <regtests.h>
int
mainCRTStartup(int argc, char *argv[])
{
return WinMain(NULL, NULL, NULL, 0);
}
_SetupOnce()
{
}