]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/wave.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: wxSound compatibility header
4 // Author: Vaclav Slavik
8 // Copyright: (c) 2004, Vaclav Slavik
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 #ifndef _WX_WAVE_H_BASE_
13 #define _WX_WAVE_H_BASE_
19 #if WXWIN_COMPATIBILITY_2_4
20 #if defined(__DMC__) || defined(__BORLANDC__)
21 #pragma message "wx/wave.h header is deprecated, use wx/sound.h and wxSound"
22 #elif defined(__WATCOMC__) || defined(__VISUALC__)
23 #pragma message ("wx/wave.h header is deprecated, use wx/sound.h and wxSound")
25 #warning "wx/wave.h header is deprecated, use wx/sound.h and wxSound"
28 // wxSound used to be called wxWave before wxWindows 2.5.1:
29 typedef wxSound wxWave
;
31 #error "wx/wave.h is only available in compatibility mode"