1 #include "ares_setup.h"
4 /* only do the following on windows
6 #if (defined(WIN32) || defined(WATT32)) && !defined(MSDOS)
10 * Watcom needs a DllMain() in order to initialise the clib startup code.
13 WINAPI DllMain (HINSTANCE hnd, DWORD reason, LPVOID reserved)
22 #endif /* WIN32 builds only */