diff SDL_sound.h @ 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 78470d7d94de
children 1df5c106504e
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
 
 
 /*