1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

fix upscaling on win10

This commit is contained in:
FunkyFr3sh 2023-09-26 04:49:02 +02:00
parent a119eddd53
commit e5fb4a061a

View File

@ -1199,6 +1199,7 @@ HWND WINAPI fake_CreateWindowExA(
{
dwStyle &= ~WS_POPUP;
LoadLibraryA("quartz.dll");
LoadLibraryA("MSVFW32.dll");
hook_init(FALSE);
}