Update UniATA Driver to Version 0.3.9f. It works well in ROS.
[reactos.git] / reactos / dll / win32 / gdiplus / tests / setup.c
1 #include <windows.h>
2 #include "regtests.h"
3
4 extern BOOL
5 STDCALL
6 DllMain(HANDLE hInstDll,
7 ULONG dwReason,
8 LPVOID lpReserved);
9
10 _SetupOnce()
11 {
12 DllMain(NULL, DLL_PROCESS_ATTACH, NULL);
13 }