]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - win32/ter-main.c
import terminus-font-4.48
[FreeBSD/FreeBSD.git] / win32 / ter-main.c
1 #include <windows.h>\r
2 \r
3 BOOL WINAPI DllMainCRTStartup(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)\r
4 {\r
5         (void) hinstDLL;\r
6         (void) fdwReason;\r
7         (void) lpvReserved;\r
8         return TRUE;\r
9\r