From: Luke Howard Date: Sun, 27 Mar 2011 23:51:43 +0000 (+1100) Subject: remove ROKEN_LIB_FUNCTION X-Git-Tag: tr-beta1~264 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=commitdiff_plain;h=51528a0b871d669c2d4c31403166b3cc4fb39d41 remove ROKEN_LIB_FUNCTION --- diff --git a/mech_eap/util_base64.h b/mech_eap/util_base64.h index 98f0c1f..84313e4 100644 --- a/mech_eap/util_base64.h +++ b/mech_eap/util_base64.h @@ -36,16 +36,6 @@ #ifndef _UTIL_BASE64_H_ #define _UTIL_BASE64_H_ -#ifndef ROKEN_LIB_FUNCTION -#ifdef _WIN32 -#define ROKEN_LIB_FUNCTION -#define ROKEN_LIB_CALL __cdecl -#else -#define ROKEN_LIB_FUNCTION -#define ROKEN_LIB_CALL -#endif -#endif - #ifdef __cplusplus extern "C" { #endif