rnd-20040819-1-src
[rocksndiamonds.git] / src / libem / sound.c
index 57fec5a13c2fb7893b9436e7f8e38c42b1758031..4f89139e3485d25ae287a526aafcf69c3484ae1b 100644 (file)
@@ -1,3 +1,6 @@
+
+#if defined(TARGET_X11)
+
 /* 2000-08-10T17:39:15Z
  *
  * handle sounds in emerald mine
@@ -335,3 +338,5 @@ fail:
 }
 
 #endif /* defined(PLATFORM_LINUX) || defined(PLATFORM_BSD) */
+
+#endif