* Platform guards

This commit is contained in:
2015-04-18 17:37:52 -07:00
parent 34599a0c15
commit 460d3875f5
7 changed files with 24 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
#ifndef CGLXCONTEXT_HPP
#define CGLXCONTEXT_HPP
#if !defined(__APPLE__) && (defined(__linux__) || defined(BSD))
#include <GL/glx.h>
#include <IGraphicsContext.hpp>
@@ -28,5 +29,5 @@ private:
};
#endif // !defined(__APPLE__) && (defined(__linux__) || defined(BSD))
#endif // CGLXCONTEXT_HPP