From 1e470a0366582f9b3a0e1c6304b3c0080e7223d1 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 6 Apr 2016 00:54:44 -0500 Subject: [PATCH] test --- crypto777/OS_portable.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto777/OS_portable.h b/crypto777/OS_portable.h index c5c3fb4fe..17c47bb16 100755 --- a/crypto777/OS_portable.h +++ b/crypto777/OS_portable.h @@ -62,8 +62,8 @@ #define MAP_FILE 0 #endif -#define fopen myfopen -#define fclose myfclose +//#define fopen myfopen +//#define fclose myfclose FILE *myfopen(char *fname,char *mode); int32_t myfclose(FILE *fp);