extras:SSLSocket: additional #define uint _uint / #undef uint stuff for latest (1...
authorRejean Loyer <rejean.loyer@gmail.com>
Mon, 30 May 2011 11:57:01 +0000 (07:57 -0400)
committerRejean Loyer <rejean.loyer@gmail.com>
Mon, 30 May 2011 11:57:01 +0000 (07:57 -0400)
extras/SSLSocket.ec

index 6246e4e..1fab2e2 100644 (file)
@@ -1,13 +1,17 @@
-import "ecere"
-
+#define byte _byte
+#define int64 _int64
 #define uint _uint
 #define set _set
 #include <openssl/ssl.h>
 #if defined(__WIN32__)
 #include <openssl/applink.c>
 #endif
-#undef set
+#undef byte
+#undef int64
 #undef uint
+#undef set
+
+import "ecere"
 
 /*
 static char * pass = "password";