Fixed: Compilation under Mac OS X without -DWITH_STATIC_DRIVERS=ON
This commit is contained in:
parent
8a0a0d11dd
commit
c97a644050
3 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,8 @@ using NL3D::NLDRIVERGLES::CDriverGL;
|
|||
#else
|
||||
using NL3D::NLDRIVERGL::CDriverGL;
|
||||
#endif
|
||||
#else
|
||||
using NL3D::CDriverGL;
|
||||
#endif
|
||||
|
||||
@interface CocoaApplicationDelegate : NSObject
|
||||
|
|
|
@ -41,6 +41,8 @@ using NL3D::NLDRIVERGLES::CDriverGL;
|
|||
#else
|
||||
using NL3D::NLDRIVERGL::CDriverGL;
|
||||
#endif
|
||||
#else
|
||||
using NL3D::CDriverGL;
|
||||
#endif
|
||||
|
||||
@interface CocoaOpenGLView : NSOpenGLView<NSTextInputClient>
|
||||
|
|
|
@ -23,6 +23,8 @@ using NL3D::NLDRIVERGLES::CDriverGL;
|
|||
#else
|
||||
using NL3D::NLDRIVERGL::CDriverGL;
|
||||
#endif
|
||||
#else
|
||||
using NL3D::CDriverGL;
|
||||
#endif
|
||||
|
||||
@interface CocoaWindowDelegate : NSObject
|
||||
|
|
Loading…
Reference in a new issue