summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/cf/win32.m4
blob: 0687ff721d8f48648826db0b24307a852f5d9333 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
dnl $Id: win32.m4 13709 2004-04-13 14:29:47Z lha $
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
])])
OpenPOWER on IntegriCloud