Add .keep guard files in order to restore lost but empty directories we had with...
[reactos.git] / dll / win32 / ws2_32 / tests / setup.c
1 #include <windows.h>
2 #include "regtests.h"
3
4 extern BOOL
5 WINAPI
6 DllMain(HANDLE hInstDll,
7 ULONG dwReason,
8 LPVOID lpReserved);
9
10 _SetupOnce()
11 {
12 DllMain(NULL, DLL_PROCESS_ATTACH, NULL);
13 }