mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[OPENGL32]
* Mark as hotpatchable. CORE-7959 svn path=/trunk/; revision=62360
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user