diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2005-01-19 04:59:41 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2005-01-19 04:59:41 +0000 |
commit | 8e23697a6e3f993805d7bd90114a4dac1bbc8498 (patch) | |
tree | 33d4cf0ad480113719903dacf2f3125f88d0d8df /externals/grill/dyn/dyn.h | |
parent | 6138980e885884ef96b726f695fb038e2b939935 (diff) |
minor changes
corrected license files
makefiles for linux
added license stuff
svn path=/trunk/; revision=2524
Diffstat (limited to 'externals/grill/dyn/dyn.h')
-rw-r--r-- | externals/grill/dyn/dyn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/dyn/dyn.h b/externals/grill/dyn/dyn.h index 3f593fe9..eeca0f43 100644 --- a/externals/grill/dyn/dyn.h +++ b/externals/grill/dyn/dyn.h @@ -23,7 +23,7 @@ WARRANTIES, see the file, "license.txt," in this distribution. #define DYN_EXPORT __declspec(dllimport) #endif #else - #define DYN_EXPORT extern + #define DYN_EXPORT #endif |