]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - crypto/heimdal/cf/win32.m4
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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 ])])