Update of /cvsroot/mysql-cocoa/SMySQL
In directory usw-pr-cvs1:/tmp/cvs-serv14258
Modified Files:
SMySQL.h SMySQLConnection.h SMySQLResult.h
Log Message:
Small changes in the include of the mysql headers, so the headers will be taken from the mysqlclient_source for the fully_embeded target (otherwise bugs when diff version of the lib are used).
Serge Cohen; MySQL Cocoa project, May 7th 2002.
Index: SMySQL.h
===================================================================
RCS file: /cvsroot/mysql-cocoa/SMySQL/SMySQL.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** SMySQL.h 1 Jan 2002 17:16:29 -0000 1.1.1.1
--- SMySQL.h 7 May 2002 18:43:58 -0000 1.2
***************
*** 27,29 ****
#import <SMySQL/SMySQLResult.h>
#import <SMySQL/SMySQLConnection.h>
! #import <SMySQL/mysql.h>
--- 27,30 ----
#import <SMySQL/SMySQLResult.h>
#import <SMySQL/SMySQLConnection.h>
! #import "mysql.h"
! //#import <SMySQL/mysql.h>
Index: SMySQLConnection.h
===================================================================
RCS file: /cvsroot/mysql-cocoa/SMySQL/SMySQLConnection.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** SMySQLConnection.h 7 May 2002 17:22:21 -0000 1.7
--- SMySQLConnection.h 7 May 2002 18:43:58 -0000 1.8
***************
*** 24,28 ****
#import <Foundation/Foundation.h>
! #import <SMySQL/mysql.h>
//#import <SMySQL/SMySQL.h>
--- 24,29 ----
#import <Foundation/Foundation.h>
! #import "mysql.h"
! //#import <SMySQL/mysql.h>
//#import <SMySQL/SMySQL.h>
Index: SMySQLResult.h
===================================================================
RCS file: /cvsroot/mysql-cocoa/SMySQL/SMySQLResult.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** SMySQLResult.h 6 May 2002 09:58:27 -0000 1.4
--- SMySQLResult.h 7 May 2002 18:43:58 -0000 1.5
***************
*** 24,28 ****
#import <Foundation/Foundation.h>
! #import <SMySQL/mysql.h>
//#import <SMySQL/SMySQL.h>
--- 24,29 ----
#import <Foundation/Foundation.h>
! #import "mysql.h"
! //#import <SMySQL/mysql.h>
//#import <SMySQL/SMySQL.h>
|