Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/dispatch_wgl.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ epoxy_handle_external_wglMakeCurrent(void)
}
}

#ifdef DLL_EXPORT
/**
* This global symbol is apparently looked up by Windows when loading
* a DLL, but it doesn't declare the prototype.
Expand Down Expand Up @@ -140,6 +141,7 @@ DllMain(HINSTANCE dll, DWORD reason, LPVOID reserved)

return TRUE;
}
#endif

WRAPPER_VISIBILITY (BOOL)
WRAPPER(epoxy_wglMakeCurrent)(HDC hdc, HGLRC hglrc)
Expand Down