APP_ENTRY_POINT.WinMain

workaround for link issue when WinMain is located in library

mixintemplate APP_ENTRY_POINT()
version(Windows)
extern (Windows)
int
WinMain
(
HINSTANCE hInstance
,
HINSTANCE hPrevInstance
,
LPSTR lpCmdLine
,)

Meta