Index: live.c
===================================================================
--- live.c	(revision 828)
+++ live.c	(revision 829)
@@ -175,7 +175,7 @@
 int raydium_live_video_open(char *device, int sizex, int sizey)
 {
 
-#ifndef __APPLE__
+#ifndef APPLE
 char *default_device=RAYDIUM_LIVE_DEVICE_DEFAULT;
 int id;
 int capture_style = RAYDIUM_LIVE_FREE;
@@ -615,7 +615,7 @@
 
 int raydium_live_video_read(raydium_live_Device *dev)
 {
-#ifndef __APPLE__
+#ifndef APPLE
 #ifndef WIN32
 fd_set fds;
 struct timeval tv;
@@ -704,7 +704,7 @@
 
 void raydium_internal_live_close(void)
 {
-#ifndef __APPLE__
+#ifndef APPLE
 int i;
 
 for(i=0;i<RAYDIUM_MAX_VIDEO_DEVICES;i++)
@@ -777,7 +777,7 @@
 
 int raydium_live_texture_video(int device_id, char *as)
 {
-#ifndef __APPLE__
+#ifndef APPLE
 //#ifndef WIN32
 int id;
 raydium_live_Device *dev;