Take out HAVE_MENU ifdef in cocoa_common.h
This commit is contained in:
parent
284634dd1e
commit
1d4ff9bedd
|
@ -19,11 +19,6 @@
|
||||||
|
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
||||||
#ifdef HAVE_MENU
|
|
||||||
#include "../../menu/menu_setting.h"
|
|
||||||
#include "../../menu/menu_driver.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(HAVE_COCOATOUCH)
|
#if defined(HAVE_COCOATOUCH)
|
||||||
#define GLContextClass EAGLContext
|
#define GLContextClass EAGLContext
|
||||||
#define GLFrameworkID CFSTR("com.apple.opengles")
|
#define GLFrameworkID CFSTR("com.apple.opengles")
|
||||||
|
|
Loading…
Reference in New Issue