make _stdcall __stdcall

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25214 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-05-21 17:42:20 +00:00
parent 7b8d7eb177
commit 32d844275a

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_FUNCTION __declspec(dllexport) _stdcall
#define $2_FUNCTION __declspec(dllexport) __stdcall
#define $2_VARIABLE __declspec(dllexport)
#else
#define $2_FUNCTION