Skip to content
Snippets Groups Projects
Commit d5cf713c authored by Camilla Löwy's avatar Camilla Löwy
Browse files

Clarified comment on APIENTRY hack.

parent 10ee8b4e
No related branches found
No related tags found
No related merge requests found
...@@ -42,9 +42,9 @@ ...@@ -42,9 +42,9 @@
#define WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN
#endif #endif
// This is a workaround for the fact that glfw3.h needs to export APIENTRY (to // This is a workaround for the fact that glfw3.h needs to export APIENTRY (for
// correctly declare a GL_ARB_debug_output callback, for example) but windows.h // example to allow applications to correctly declare a GL_ARB_debug_output
// thinks it is the only one that gets to do so // callback) but windows.h assumes no one will define APIENTRY before it does
#undef APIENTRY #undef APIENTRY
// GLFW on Windows is Unicode only and does not work in MBCS mode // GLFW on Windows is Unicode only and does not work in MBCS mode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment