Fixed: Compilation under Mac OS X without -DWITH_STATIC_DRIVERS=ON

This commit is contained in:
kervala 2012-05-24 20:28:19 +02:00
parent 8a0a0d11dd
commit c97a644050
3 changed files with 6 additions and 0 deletions

View file

@ -22,6 +22,8 @@ using NL3D::NLDRIVERGLES::CDriverGL;
#else
using NL3D::NLDRIVERGL::CDriverGL;
#endif
#else
using NL3D::CDriverGL;
#endif
@interface CocoaApplicationDelegate : NSObject

View file

@ -41,6 +41,8 @@ using NL3D::NLDRIVERGLES::CDriverGL;
#else
using NL3D::NLDRIVERGL::CDriverGL;
#endif
#else
using NL3D::CDriverGL;
#endif
@interface CocoaOpenGLView : NSOpenGLView<NSTextInputClient>

View file

@ -23,6 +23,8 @@ using NL3D::NLDRIVERGLES::CDriverGL;
#else
using NL3D::NLDRIVERGL::CDriverGL;
#endif
#else
using NL3D::CDriverGL;
#endif
@interface CocoaWindowDelegate : NSObject