summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-08-31 16:14:39 +0000
committerManolo Gouy <Manolo>2016-08-31 16:14:39 +0000
commitb1e25e4838b6ff9bbc2e45aeee09381ebd8c38e0 (patch)
treef8fcba0633380db72b62a7011dd119d68d67588f /test
parent4d55e204f89e160fd83065c7d0163d6be4a9f89a (diff)
Remove one instance of the USING_XCODE preprocessor variable that is not necessary.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11910 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/demo.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/demo.cxx b/test/demo.cxx
index 18f86a58f..17cd920b2 100644
--- a/test/demo.cxx
+++ b/test/demo.cxx
@@ -370,7 +370,7 @@ int load_the_menu(char* fname)
char line[256], mname[64],iname[64],cname[64];
int i, j;
fin = fl_fopen(fname,"r");
-#if defined ( USING_XCODE )
+#if defined ( __APPLE__ )
if (fin == NULL) {
// mac os bundle menu detection:
char* pos = strrchr(fname,'/');