Export _FUNCTION and _VARIABLE for _win32 magic

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23019 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-04-17 10:01:29 +00:00
parent 096a776987
commit ac5f6eee2a

View File

@@ -3,9 +3,11 @@ dnl rk_WIN32_EXPORT buildsymbol symbol-that-export
AC_DEFUN([rk_WIN32_EXPORT],[AH_TOP([#ifdef $1 AC_DEFUN([rk_WIN32_EXPORT],[AH_TOP([#ifdef $1
#ifndef $2 #ifndef $2
#ifdef _WIN32_ #ifdef _WIN32_
#define $2 __declspec(dllexport) _stdcall #define $2_FUNCTION __declspec(dllexport) _stdcall
#define $2_VARIABLE __declspec(dllexport)
#else #else
#define $2 #define $2_FUNCTION
#define $2_VARIABLE
#endif #endif
#endif #endif
#endif #endif