Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / dll / win32 / ws2_32 / tests / setup.c
diff --git a/dll/win32/ws2_32/tests/setup.c b/dll/win32/ws2_32/tests/setup.c
new file mode 100644 (file)
index 0000000..9a715f6
--- /dev/null
@@ -0,0 +1,13 @@
+#include <windows.h>
+#include "regtests.h"
+
+extern BOOL
+WINAPI
+DllMain(HANDLE hInstDll,
+        ULONG dwReason,
+        LPVOID lpReserved);
+
+_SetupOnce()
+{
+  DllMain(NULL, DLL_PROCESS_ATTACH, NULL);
+}