# HG changeset patch # User Ryan C. Gordon # Date 1033014441 0 # Node ID e6fa92dc21eb88672a712c66b8a871b6733f89c4 # Parent 55c6695b60388f0c96a1ed5c7db40ecc4ee467dd Updated. diff -r 55c6695b6038 -r e6fa92dc21eb CHANGELOG --- 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. diff -r 55c6695b6038 -r e6fa92dc21eb Doxyfile --- 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.