use real function
This commit is contained in:
parent
f62e0a8b73
commit
2241ef3340
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
#include "opengl_utils.h"
|
||||
#include "utils.h"
|
||||
#include "wndproc.h"
|
||||
#include "hook.h"
|
||||
#include "debug.h"
|
||||
|
||||
|
||||
|
@ -144,7 +145,7 @@ DWORD WINAPI gdi_render_main(void)
|
|||
}
|
||||
else
|
||||
{
|
||||
SetDIBitsToDevice(
|
||||
real_SetDIBitsToDevice(
|
||||
g_ddraw->render.hdc,
|
||||
0,
|
||||
0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue