Buildfix
This commit is contained in:
parent
964fcda79a
commit
bac58c99c4
|
@ -36,7 +36,7 @@
|
|||
/* forward declarations */
|
||||
void cocoagl_gfx_ctx_update(void);
|
||||
|
||||
#elif defined(HAVE_COCOATOUCH)
|
||||
#if defined(HAVE_COCOATOUCH)
|
||||
static void *glkitview_init(void)
|
||||
{
|
||||
g_view = [GLKView new];
|
||||
|
@ -47,11 +47,9 @@ static void *glkitview_init(void)
|
|||
|
||||
return (BRIDGE void *)((GLKView*)g_view);
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_COCOATOUCH
|
||||
@interface CocoaView()<GCDWebUploaderDelegate> {
|
||||
|
||||
|
||||
}
|
||||
@end
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue