summaryrefslogtreecommitdiff
path: root/src/gui/gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui.cpp')
-rw-r--r--src/gui/gui.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp
index a64ff457..0d7d58e2 100644
--- a/src/gui/gui.cpp
+++ b/src/gui/gui.cpp
@@ -51,7 +51,9 @@ BITMAP *gui_bitmap;
bool drag;
DATAFILE *gui_gfx;
+#ifndef WIN32
extern Sound sound;
+#endif
/* very internal update stuff */
int (*gui__external_slider_callback)(void *, int);