repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
crypto
/
dist
/
heimdal
/
cf
/
win32.m4
blob
a3c5040ea2c4133e3b3a22b75b4ea7639d367d6a
1
dnl $Heimdal: win32.m4 13709 2004-04-13 14:29:47Z lha $
2
dnl $NetBSD$
3
dnl rk_WIN32_EXPORT buildsymbol symbol-that-export
4
AC_DEFUN([rk_WIN32_EXPORT],[AH_TOP([#ifdef $1
5
#ifndef $2
6
#ifdef _WIN32_
7
#define $2 _export _stdcall
8
#else
9
#define $2
10
#endif
11
#endif
12
#endif
13
])])