- Go away STDCALL, time has come for WINAPI and NTAPI
[reactos.git] / reactos / 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 }