Removed MinGW-w64 hack.

master
Camilla Berglund ago%!(EXTRA string=13 years)
parent bb635729ec
commit f637722fa1
  1. 6
      include/GL/glfw3.h

@ -67,12 +67,6 @@ extern "C" {
#endif
#endif /* APIENTRY */
/* TEMPORARY MinGW-w64 hacks.
*/
#if __MINGW64__
#define WINAPI
#endif
/* The following three defines are here solely to make some Windows-based
* <GL/gl.h> files happy. Theoretically we could include <windows.h>, but
* it has the major drawback of severely polluting our namespace.

Loading…
Cancel
Save