/* $Id: dllmain.c,v 1.1 2002/03/05 16:10:42 pavlovskii Exp $ */ #include <sys/types.h> bool DllMainCRTStartup(void) { return true; }