reshuffling of dlls
[reactos.git] / reactos / dll / win32 / kernel32 / tests / setup.c
1 #include <k32.h>
2 #include <regtests.h>
3
4 int
5 mainCRTStartup(int argc, char *argv[])
6 {
7 return WinMain(NULL, NULL, NULL, 0);
8 }
9
10 _SetupOnce()
11 {
12 }