mirror of
https://github.com/glfw/glfw.git
synced 2024-11-11 13:03:52 +00:00
Removed MinGW-w64 hack.
This commit is contained in:
parent
bb635729ec
commit
f637722fa1
@ -67,12 +67,6 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
#endif /* APIENTRY */
|
#endif /* APIENTRY */
|
||||||
|
|
||||||
/* TEMPORARY MinGW-w64 hacks.
|
|
||||||
*/
|
|
||||||
#if __MINGW64__
|
|
||||||
#define WINAPI
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* The following three defines are here solely to make some Windows-based
|
/* The following three defines are here solely to make some Windows-based
|
||||||
* <GL/gl.h> files happy. Theoretically we could include <windows.h>, but
|
* <GL/gl.h> files happy. Theoretically we could include <windows.h>, but
|
||||||
* it has the major drawback of severely polluting our namespace.
|
* it has the major drawback of severely polluting our namespace.
|
||||||
|
Loading…
Reference in New Issue
Block a user