From a350bfe3064c682eb4b9ee1d83e2f6620b37efda Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Mon, 28 Mar 2011 10:51:43 +1100 Subject: [PATCH] remove ROKEN_LIB_FUNCTION --- util_base64.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/util_base64.h b/util_base64.h index 98f0c1f..84313e4 100644 --- a/util_base64.h +++ b/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 -- 2.1.4