remove ROKEN_LIB_FUNCTION
authorLuke Howard <lukeh@padl.com>
Sun, 27 Mar 2011 23:51:43 +0000 (10:51 +1100)
committerLuke Howard <lukeh@padl.com>
Sun, 27 Mar 2011 23:51:43 +0000 (10:51 +1100)
util_base64.h

index 98f0c1f..84313e4 100644 (file)
 #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