X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4a69b0600a4357bc5c6763350f4d0ccb4c2aeee8..06f6df7d4657582a637ac79f3452b61b1cbb10cc:/include/wx/mac/wave.h diff --git a/include/wx/mac/wave.h b/include/wx/mac/wave.h index 6fdbf6519b..dcd8095e72 100644 --- a/include/wx/mac/wave.h +++ b/include/wx/mac/wave.h @@ -2,18 +2,18 @@ // Name: wave.h // Purpose: wxWave class (loads and plays short Windows .wav files). // Optional on non-Windows platforms. -// Author: AUTHOR +// Author: Stefan Csomor // Modified by: -// Created: ??/??/98 +// Created: 1998-01-01 // RCS-ID: $Id$ -// Copyright: (c) AUTHOR -// Licence: wxWindows licence +// Copyright: (c) Stefan Csomor +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_WAVE_H_ #define _WX_WAVE_H_ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "wave.h" #endif