From d712344b13ea67bc11b4f679abde3e41d8024095 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 19 Aug 2012 05:08:23 +0000 Subject: * boot/ast.boot (genSBCLnativeTranslation): Do no prepend an underbar when WIN32 (no longer necessary.) * include/open-axiom.h (OPENAXIOM_EXPORT): Fix thino. --- src/include/open-axiom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/open-axiom.h b/src/include/open-axiom.h index 53b24d65..0b581a67 100644 --- a/src/include/open-axiom.h +++ b/src/include/open-axiom.h @@ -50,7 +50,7 @@ #ifdef __WIN32__ # ifdef DLL_EXPORT # define OPENAXIOM_EXPORT __declspec(dllexport) -# elif defined(OPENAXIOM_DLL_IMPORT) +# elif defined(DLL_IMPORT) # define OPENAXIOM_EXPORT __declspec(dllimport) # endif /* DLL_EXPORT */ # ifndef WIN32_LEAN_AND_MEAN -- cgit v1.2.3