#60
authoradam <adamansky@gmail.com>
Mon, 29 Apr 2013 04:03:27 +0000 (11:03 +0700)
committeradam <adamansky@gmail.com>
Mon, 29 Apr 2013 04:03:27 +0000 (11:03 +0700)
tcejdb/myconf.h
tcejdb/platform.c
tcejdb/tcutil.h

index 3d0a771..5c5e70d 100644 (file)
 #define GET_STDIN_HANDLE() GetStdHandle(STD_INPUT_HANDLE)
 #define CLOSEFH(_fd) (CloseHandle(_fd))
 #else
-#ifdef __unix
+#if defined(__unix) || defined(__APPLE__)
 #include "nix/platform.h"
 #endif
 #include <regex.h>
index 70c696a..cc138d7 100644 (file)
@@ -2,7 +2,7 @@
 #include "win32/platform.c"
 #endif
 
-#ifdef __unix
+#if defined(__unix) || defined(__APPLE__)
 #include "nix/platform.c"
 #endif
 
index 7c7136a..b2dcd84 100644 (file)
@@ -3725,7 +3725,7 @@ typedef unsigned char TCBITMAP; /* type of a bit map object */
 
 #include <stdio.h>
 
-#define _TC_VERSION    "1.1.0"
+#define _TC_VERSION    "1.1.1"
 #define _TC_LIBVER     911
 #define _TC_FORMATVER  "1.0"