Fix building of tests
[reactos.git] / reactos / lib / kernel32 / tests / setup.c
index 507484d..8681759 100644 (file)
@@ -1,6 +1,12 @@
 #include <windows.h>
 #include "regtests.h"
 
+int
+mainCRTStartup(int argc, char *argv[])
+{
+  return WinMain(NULL, NULL, NULL, 0);
+}
+
 _SetupOnce()
 {
 }