]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - crypto/heimdal/cf/win32.m4
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / crypto / heimdal / cf / win32.m4
1 dnl $Id: win32.m4 13709 2004-04-13 14:29:47Z lha $
2 dnl rk_WIN32_EXPORT buildsymbol symbol-that-export
3 AC_DEFUN([rk_WIN32_EXPORT],[AH_TOP([#ifdef $1
4 #ifndef $2
5 #ifdef _WIN32_
6 #define $2 _export _stdcall
7 #else
8 #define $2
9 #endif
10 #endif
11 #endif
12 ])])