diff options
author | Andi Gutmans <andi@php.net> | 2000-02-23 05:25:28 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-02-23 05:25:28 +0000 |
commit | 4c0058f44a4ec2c079fafbe0a391e61c11995c90 (patch) | |
tree | 2311bbcd3a2e609bbaa187205c43745c89ea279f /ext/mysql/libmysql/global.h | |
parent | f788b6743bed61781ed47aa8ae772c9fa0811460 (diff) | |
download | php-git-4c0058f44a4ec2c079fafbe0a391e61c11995c90.tar.gz |
- Make libmsyql.lib compile. It fails with two unresolved symbols on link
with PHP 4 so I am not commiting the .dsw quite yet.
Diffstat (limited to 'ext/mysql/libmysql/global.h')
-rw-r--r-- | ext/mysql/libmysql/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysql/libmysql/global.h b/ext/mysql/libmysql/global.h index 87e14c04e0..9b8330f035 100644 --- a/ext/mysql/libmysql/global.h +++ b/ext/mysql/libmysql/global.h @@ -535,7 +535,7 @@ typedef ulonglong my_off_t; typedef unsigned long my_off_t; #endif #define MY_FILEPOS_ERROR (~(my_off_t) 0) -typedef off_t os_off_t; +//typedef off_t os_off_t; typedef uint8 int7; /* Most effective integer 0 <= x <= 127 */ typedef short int15; /* Most effective integer 0 <= x <= 32767 */ |