Date: 02/06/99
- Next message: Bug Database: "[PHP-DEV] Bug #1104 Updated: msql support fails compiling"
- Previous message: sas: "[PHP-DEV] CVS update: php3"
- Next in thread: rasmus: "[PHP-DEV] CVS update: php3/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Saturday February 6, 1999 @ 14:36
Author: sas
Update of /repository/php3/functions
In directory asf:/u/temp/cvs-serv24627/functions
Modified Files:
msql.c
Log Message:
msql.h checks for _OS_UNIX whic is not set on some (most?) Unixes
just #define'ing APIENTRY should be enough
Index: php3/functions/msql.c
diff -c php3/functions/msql.c:1.102 php3/functions/msql.c:1.103
*** php3/functions/msql.c:1.102 Sun Jan 3 22:44:09 1999
--- php3/functions/msql.c Sat Feb 6 14:36:01 1999
***************
*** 27,33 ****
+----------------------------------------------------------------------+
*/
! /* $Id: msql.c,v 1.102 1999/01/04 03:44:09 sas Exp $ */
#ifdef THREAD_SAFE
#include "tls.h"
#endif
--- 27,33 ----
+----------------------------------------------------------------------+
*/
! /* $Id: msql.c,v 1.103 1999/02/06 19:36:01 sas Exp $ */
#ifdef THREAD_SAFE
#include "tls.h"
#endif
***************
*** 50,55 ****
--- 50,58 ----
#if defined(WIN32) && defined(MSQL1)
#include <msql1.h>
#else
+ #ifndef APIENTRY
+ #define APIENTRY
+ #endif
#include <msql.h>
#endif
#include "php3_list.h"
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: Bug Database: "[PHP-DEV] Bug #1104 Updated: msql support fails compiling"
- Previous message: sas: "[PHP-DEV] CVS update: php3"
- Next in thread: rasmus: "[PHP-DEV] CVS update: php3/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

