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