add rk_WIN32_EXPORT

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13709 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-04-13 14:29:47 +00:00
parent 57075c968c
commit d0dd5ae91a

12
cf/win32.m4 Normal file
View File

@@ -0,0 +1,12 @@
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 _export _stdcall
#else
#define $2
#endif
#endif
#endif
])])