replace _export with __declspec(dllexport)

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23003 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-04-17 10:00:13 +00:00
parent f73f7136fa
commit c6a18ccbb7

View File

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