Add NAZARA_PLATFORM_GLX back

This commit is contained in:
Lynix 2020-05-27 20:52:04 +02:00
parent 2efb6baaa6
commit 7ed0543ad2
1 changed files with 2 additions and 0 deletions

View File

@ -119,6 +119,8 @@
#define NAZARA_PLATFORM_LINUX
#define NAZARA_PLATFORM_POSIX
#define NAZARA_PLATFORM_GLX
#define NAZARA_EXPORT __attribute__((visibility ("default")))
#define NAZARA_IMPORT __attribute__((visibility ("default")))
/*#elif defined(__APPLE__) && defined(__MACH__)