Mercurial > SDL_sound_CoreAudio
comparison 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 |
comparison
equal
deleted
inserted
replaced
129:c04895f5acb2 | 130:ac49f81e42d6 |
---|---|
59 | 59 |
60 #ifdef __cplusplus | 60 #ifdef __cplusplus |
61 extern "C" { | 61 extern "C" { |
62 #endif | 62 #endif |
63 | 63 |
64 #ifdef SDL_SOUND_DLL_EXPORTS | |
65 # undef DECLSPEC | |
66 # define DECLSPEC __declspec(dllexport) | |
67 #endif | |
68 | |
69 | |
64 #define SOUND_VER_MAJOR 0 | 70 #define SOUND_VER_MAJOR 0 |
65 #define SOUND_VER_MINOR 1 | 71 #define SOUND_VER_MINOR 1 |
66 #define SOUND_VER_PATCH 2 | 72 #define SOUND_VER_PATCH 3 |
67 | 73 |
68 | 74 |
69 /* | 75 /* |
70 * These are flags that are used in a Sound_Sample (below) to show various | 76 * These are flags that are used in a Sound_Sample (below) to show various |
71 * states. | 77 * states. |