Skip to content

Commit d420d16

Browse files
eliasSiegeLord
authored andcommitted
make examples compile with SDL under MacOS
1 parent 6977b82 commit d420d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ex_glext.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#include "common.c"
1414

15-
#ifdef ALLEGRO_MACOSX
15+
#ifdef __APPLE_CC__
1616
#include <OpenGL/glu.h>
1717
#else
1818
#include <GL/glu.h>

0 commit comments

Comments
 (0)