From 7697347fd4326931413e56999ab33b37b590ccf6 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 20 May 2007 15:26:09 +0000 Subject: Missing underscore in previous commit. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5846 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/blocks.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/blocks.cxx b/test/blocks.cxx index 4aa9e1c76..6c828c04d 100644 --- a/test/blocks.cxx +++ b/test/blocks.cxx @@ -383,7 +383,7 @@ BlockSound::play_explosion(float duration) { if (duration <= 0.0) return; -#if defined(__APPLE_) || defined(WIN32) || defined(HAVE_ALSA_ASOUNDLIB_H) +#if defined(__APPLE__) || defined(WIN32) || defined(HAVE_ALSA_ASOUNDLIB_H) if (duration > 1.0) duration = 1.0; -- cgit v1.2.3