comparison ALmixer.h @ 72:398d1cb12448

Bug fix for unbalanced #if/#endif blocks. I think I broke it when removing the dllimport for Windows.
author Eric Wing <ewing . public |-at-| gmail . com>
date Mon, 16 Jul 2012 22:31:56 -0700
parents 36644b1b940b
children 40078d025b73
comparison
equal deleted inserted replaced
71:36644b1b940b 72:398d1cb12448
134 134
135 #ifdef ALMIXER_COMPILE_WITHOUT_SDL 135 #ifdef ALMIXER_COMPILE_WITHOUT_SDL
136 #if defined(_WIN32) 136 #if defined(_WIN32)
137 #if defined(ALMIXER_BUILD_LIBRARY) 137 #if defined(ALMIXER_BUILD_LIBRARY)
138 #define ALMIXER_DECLSPEC __declspec(dllexport) 138 #define ALMIXER_DECLSPEC __declspec(dllexport)
139 #else
140 #define ALMIXER_DECLSPEC
139 #endif 141 #endif
140 #else 142 #else
141 #if defined(ALMIXER_BUILD_LIBRARY) 143 #if defined(ALMIXER_BUILD_LIBRARY)
142 #if defined (__GNUC__) && __GNUC__ >= 4 144 #if defined (__GNUC__) && __GNUC__ >= 4
143 #define ALMIXER_DECLSPEC __attribute__((visibility("default"))) 145 #define ALMIXER_DECLSPEC __attribute__((visibility("default")))