mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 14:30:04 +00:00
macOS has unique location for glu.h
This commit is contained in:
parent
b6aa85a916
commit
696c277f94
1 changed files with 7 additions and 2 deletions
|
|
@ -4,10 +4,15 @@
|
||||||
|
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
|
|
||||||
#include <GL/glu.h>
|
|
||||||
#include <boost/container/stable_vector.hpp>
|
#include <boost/container/stable_vector.hpp>
|
||||||
|
|
||||||
#if defined(_WIN32)
|
#if !defined(__APPLE__)
|
||||||
|
# include <GL/glu.h>
|
||||||
|
#else
|
||||||
|
# include <OpenGL/glu.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined(_WIN32) || defined(__APPLE__)
|
||||||
typedef void (*_GLUfuncptr)(void);
|
typedef void (*_GLUfuncptr)(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue