Files
heimdal/cf/win32.m4
Love Hörnquist Åstrand c6a18ccbb7 replace _export with __declspec(dllexport)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23003 ec53bebd-3082-4978-b11e-865c3cabbd6b
2008-04-17 10:00:13 +00:00

13 lines
217 B
Plaintext

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