2004-10-24 Casper S. Hornstrup <chorns@users.sourceforge.net>
[reactos.git] / reactos / lib / ws2_32 / tests / setup.c
1 #include "regtests.h"
2
3 extern BOOL
4 STDCALL
5 DllMain(HANDLE hInstDll,
6 ULONG dwReason,
7 LPVOID lpReserved);
8
9 _SetupOnce()
10 {
11 DllMain(NULL, DLL_PROCESS_ATTACH, NULL);
12 }