* Mark as hotpatchable.
CORE-7959
svn path=/trunk/; revision=62360
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)
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);