diff options
Diffstat (limited to 'jim-win32compat.h')
-rw-r--r-- | jim-win32compat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/jim-win32compat.h b/jim-win32compat.h index 22a1502..dab0a01 100644 --- a/jim-win32compat.h +++ b/jim-win32compat.h @@ -14,8 +14,6 @@ #define JIM_ANSIC #define MKDIR_ONE_ARG -#define rand_r(S) ((void)(S), rand()) -#define localtime_r(T,TM) ((void)(TM), localtime(T)) #define RTLD_LAZY 0 void *dlopen(const char *path, int mode); |