diff 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
line wrap: on
line diff
--- a/ALmixer.h	Wed Jun 20 10:46:03 2012 -0700
+++ b/ALmixer.h	Mon Jul 16 22:31:56 2012 -0700
@@ -136,6 +136,8 @@
 	#if defined(_WIN32)
 		#if defined(ALMIXER_BUILD_LIBRARY)
 			#define ALMIXER_DECLSPEC __declspec(dllexport)
+		#else
+			#define ALMIXER_DECLSPEC
 		#endif
 	#else
 		#if defined(ALMIXER_BUILD_LIBRARY)