Date: 09/20/99
- Next message: Zeev Suraski: "[PHP-DEV] Beta 3 delayed"
- Previous message: Brian Havard: "[PHP-DEV] cvs: /php3/functions ftp.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
bjh Mon Sep 20 06:40:44 1999 EDT
Modified files:
/php3/functions ftplib.h
Log:
Don't use __declspec(dllimport) with OS/2.
Index: php3/functions/ftplib.h
diff -u php3/functions/ftplib.h:1.1 php3/functions/ftplib.h:1.2
--- php3/functions/ftplib.h:1.1 Thu Sep 16 12:47:15 1999
+++ php3/functions/ftplib.h Mon Sep 20 06:40:44 1999
@@ -26,7 +26,7 @@
#if !defined(__FTPLIB_H)
#define __FTPLIB_H
-#if defined(__unix__) || defined(VMS)
+#if defined(__unix__) || defined(VMS) || defined(OS2)
#define GLOBALDEF
#define GLOBALREF extern
#elif defined(_WIN32)
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Zeev Suraski: "[PHP-DEV] Beta 3 delayed"
- Previous message: Brian Havard: "[PHP-DEV] cvs: /php3/functions ftp.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

