1dnl $Id: win32.m4 13709 2004-04-13 14:29:47Z lha $
2dnl rk_WIN32_EXPORT buildsymbol symbol-that-export
3AC_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])])
13