changeset 418:e6fa92dc21eb

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 26 Sep 2002 04:27:21 +0000
parents 55c6695b6038
children 25a8f66112fd
files CHANGELOG Doxyfile
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Thu Sep 26 04:21:14 2002 +0000
+++ b/CHANGELOG	Thu Sep 26 04:27:21 2002 +0000
@@ -2,6 +2,8 @@
  * CHANGELOG.
  */
 
+09262002 - Happy September. Fixed SDLCALL issues in SDL_sound.h, so it should
+           work with Win32/WinCE builds again. I hope.
 08222002 - Borland project files in CVS, thanks to Dominique Louis. There are
            project files for C++ Builder 6 (Windows), C++ Builder for Linux
            (aka Kylix 3) and Borland's C++ Command line compiler.
--- a/Doxyfile	Thu Sep 26 04:21:14 2002 +0000
+++ b/Doxyfile	Thu Sep 26 04:27:21 2002 +0000
@@ -747,7 +747,7 @@
 # or name=definition (no spaces). If the definition and the = are 
 # omitted =1 is assumed.
 
-PREDEFINED             = DOXYGEN_SHOULD_IGNORE_THIS=1 SNDDECLSPEC=
+PREDEFINED             = DOXYGEN_SHOULD_IGNORE_THIS=1 SDLCALL= SNDDECLSPEC=
 
 # If the MACRO_EXPANSION and EXPAND_PREDEF_ONLY tags are set to YES then 
 # this tag can be used to specify a list of macro names that should be expanded.