provide ROKEN_LIB_FUNCTION glue

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14776 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-04-13 05:52:27 +00:00
parent 75fd257d78
commit f1f84477a8

View File

@@ -38,6 +38,14 @@
#include <stddef.h>
#ifndef ROKEN_LIB_FUNCTION
#ifdef _WIN32
#define ROKEN_LIB_FUNCTION _stdcall
#else
#define ROKEN_LIB_FUNCTION
#endif
#endif
struct getargs{
const char *long_name;
char short_name;