Sha256: 9e66377e7898fc27bcd04a894b378220d696b2af989296529affec1ff87e1323
Contents?: true
Size: 403 Bytes
Versions: 229
Compression:
Stored size: 403 Bytes
Contents
#include "ares_setup.h" /* only do the following on windows */ #if (defined(WIN32) || defined(WATT32)) && !defined(MSDOS) #ifdef __WATCOMC__ /* * Watcom needs a DllMain() in order to initialise the clib startup code. */ BOOL WINAPI DllMain (HINSTANCE hnd, DWORD reason, LPVOID reserved) { (void) hnd; (void) reason; (void) reserved; return (TRUE); } #endif #endif /* WIN32 builds only */
Version data entries
229 entries across 228 versions & 11 rubygems