fix issue #72 - TODO for high DPI on windows

This commit is contained in:
Vadim Lopatin 2015-03-06 10:10:56 +03:00
parent dd214309c0
commit 4a4152bd67
1 changed files with 4 additions and 0 deletions

View File

@ -936,6 +936,10 @@ int myWinMain(void* hInstance, void* hPrevInstance, char* lpCmdLine, int iCmdSho
}
Platform.setInstance(w32platform);
// TODO
// Issue #72 Windows fix requeres following call
// SetProcessDPIAware();
// But it's not supported by current win32 D binding
try {