mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 06:45:24 +00:00
[OPENGL32]
* Mark as hotpatchable. CORE-7959 svn path=/trunk/; revision=62360
This commit is contained in:
parent
ccee4fcbce
commit
9892a47037
2 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ if((ARCH STREQUAL "i386") AND (NOT MSVC))
|
|||
target_link_libraries(opengl32 mesa_x86)
|
||||
endif()
|
||||
|
||||
set_module_type(opengl32 win32dll)
|
||||
set_module_type(opengl32 win32dll HOTPATCHABLE)
|
||||
|
||||
add_importlibs(opengl32 gdi32 user32 advapi32 msvcrt kernel32 ntdll)
|
||||
add_pch(opengl32 opengl32.h SOURCE)
|
||||
|
|
|
@ -871,7 +871,7 @@ BOOL WINAPI wglShareLists(HGLRC hglrcSrc, HGLRC hglrcDst)
|
|||
return sw_ShareLists(ctx_src->dhglrc, ctx_dst->dhglrc);
|
||||
}
|
||||
|
||||
BOOL WINAPI wglSwapBuffers(HDC hdc)
|
||||
BOOL WINAPI DECLSPEC_HOTPATCH wglSwapBuffers(HDC hdc)
|
||||
{
|
||||
struct wgl_dc_data* dc_data = get_dc_data(hdc);
|
||||
|
||||
|
|
Loading…
Reference in a new issue