Closed ko56 closed 3 years ago
In lib/gr3/gr3_internals.h, the previous fix for FreeBSD was incorrectly applied:
/ OpenGL Extension to the X Window System (GLX) on Linux or FreeBSD /
The __ around FreeBSD are currently missing.
Thanks! This has been fixed in cb427c391c525573972817822d02710fb8b2f2a8.
In lib/gr3/gr3_internals.h, the previous fix for FreeBSD was incorrectly applied:
elif defined(linux) || defined(FreeBSD)
/ OpenGL Extension to the X Window System (GLX) on Linux or FreeBSD /
define GR3_USE_GLX
include "gr3_glx.h"
elif defined(_WIN32)
The __ around FreeBSD are currently missing.