summaryrefslogtreecommitdiff
path: root/rts/RtsDllMain.h
blob: 4b9480dd850aab3a408e1ac3447e6dff61756d48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "Rts.h"

#ifdef HAVE_WINDOWS_H
#include <windows.h>
#endif

/* I'd be mildly surprised if this wasn't defined, but still. */
#if defined(COMPILING_WINDOWS_DLL)
BOOL
WINAPI
DllMain ( HINSTANCE hInstance
        , DWORD reason
       , LPVOID reserved
       );
#endif