Skip to content

Commit

Permalink
Win32 fix, upped version to 0.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 10, 2001
1 parent f6a1757 commit 2852290
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion SDL_sound.h
Expand Up @@ -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


/*
Expand Down

0 comments on commit 2852290

Please sign in to comment.