mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-25 01:57:47 +01:00
fix upscaling on win10
This commit is contained in:
parent
a119eddd53
commit
e5fb4a061a
@ -1199,6 +1199,7 @@ HWND WINAPI fake_CreateWindowExA(
|
|||||||
{
|
{
|
||||||
dwStyle &= ~WS_POPUP;
|
dwStyle &= ~WS_POPUP;
|
||||||
LoadLibraryA("quartz.dll");
|
LoadLibraryA("quartz.dll");
|
||||||
|
LoadLibraryA("MSVFW32.dll");
|
||||||
hook_init(FALSE);
|
hook_init(FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user