Mercurial > SDL_sound_CoreAudio
changeset 130:ac49f81e42d6
Win32 fix, upped version to 0.1.3.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 10 Oct 2001 00:42:53 +0000 |
parents | c04895f5acb2 |
children | 692dfde9564e |
files | SDL_sound.h |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 /*