arm: fix conversion from integer to float/double with VFP
[tinycc.git] / win32 / lib / dllmain.c
blobe32df481c2669c12b51ac66c4ee22a8584390317
1 //+---------------------------------------------------------------------------
3 #include <windows.h>
5 BOOL WINAPI DllMain (HANDLE hDll, DWORD dwReason, LPVOID lpReserved)
7 return TRUE;