# HG changeset patch # User Ryan C. Gordon # Date 1002674573 0 # Node ID ac49f81e42d6750e821544c20aaa03e29a29dbf1 # Parent c04895f5acb20e0e0e36a3c4aa91005d897b56d7 Win32 fix, upped version to 0.1.3. diff -r c04895f5acb2 -r ac49f81e42d6 SDL_sound.h --- a/SDL_sound.h Wed Oct 10 00:42:30 2001 +0000 +++ b/SDL_sound.h Wed Oct 10 00:42:53 2001 +0000 @@ -61,9 +61,15 @@ extern "C" { #endif +#ifdef SDL_SOUND_DLL_EXPORTS +# undef DECLSPEC +# define DECLSPEC __declspec(dllexport) +#endif + + #define SOUND_VER_MAJOR 0 #define SOUND_VER_MINOR 1 -#define SOUND_VER_PATCH 2 +#define SOUND_VER_PATCH 3 /*