corrections for Mac OS X compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-07-22 14:57:47 +00:00
parent 73486557c0
commit cb71207424
4 changed files with 32 additions and 9 deletions

View File

@@ -31,9 +31,13 @@
#include "penguin.h"
#ifdef __WXMAC__
#include <glu.h>
# ifdef __DARWIN__
# include <OpenGL/glu.h>
# else
# include <glu.h>
# endif
#else
#include <GL/glu.h>
# include <GL/glu.h>
#endif
#define VIEW_ASPECT 1.3