From 6c92cc9a8d7e5b3aa90e3b4541201dbbd4ef3fc4 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 27 Apr 2014 13:57:09 +0000 Subject: Fix STR#3063: compilation using Mac OS 10.4 git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10127 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/sudoku.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/sudoku.cxx') diff --git a/test/sudoku.cxx b/test/sudoku.cxx index f6a27c784..27677b3e9 100644 --- a/test/sudoku.cxx +++ b/test/sudoku.cxx @@ -90,6 +90,9 @@ class SudokuSound { // Private, OS-specific data... #ifdef __APPLE__ AudioDeviceID device; +#ifndef MAC_OS_X_VERSION_10_5 +#define MAC_OS_X_VERSION_10_5 1050 +#endif # if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5 AudioDeviceIOProcID audio_proc_id; # endif -- cgit v1.2.3