summaryrefslogtreecommitdiff
path: root/hw/xnest
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremy@dhcp-38-248.EECS.Berkeley.EDU>2007-12-07 18:54:58 -0800
committerJeremy Huddleston <jeremy@dhcp-38-248.EECS.Berkeley.EDU>2007-12-07 18:54:58 -0800
commit0ad1c359c5b0be63748f5c630c97be88a8cc92ce (patch)
treece9a9f7b0f4b3bb4dc5fe180f6eb38a825f5d6fa /hw/xnest
parent85ed0bb44011312dfaa9f2dc31642a0f89ec0bd3 (diff)
Darwin: Use __APPLE__ instead of __DARWIN__
(cherry picked from commit 54654815fa5e59b25cfd1fa72610120b72c10175)
Diffstat (limited to 'hw/xnest')
-rw-r--r--hw/xnest/Init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xnest/Init.c b/hw/xnest/Init.c
index 4699111b9..d1fd75732 100644
--- a/hw/xnest/Init.c
+++ b/hw/xnest/Init.c
@@ -124,7 +124,7 @@ void ddxGiveUp()
AbortDDX();
}
-#ifdef __DARWIN__
+#ifdef __APPLE__
void
DarwinHandleGUI(int argc, char *argv[])
{