summaryrefslogtreecommitdiff
path: root/ext/mysqli/php_mysqli.h
diff options
context:
space:
mode:
authorGeorg Richter <georg@php.net>2004-06-06 08:52:19 +0000
committerGeorg Richter <georg@php.net>2004-06-06 08:52:19 +0000
commitf0468116c0236f7b04e187596cb88246d2e9814f (patch)
tree86cadf828ddf796613c30b144e5b8d6fd7755a9a /ext/mysqli/php_mysqli.h
parentfb5cb59035e1534618e38314460bd8060e1419b4 (diff)
downloadphp-git-f0468116c0236f7b04e187596cb88246d2e9814f.tar.gz
removed conditional defines for load_data_infile_handlers on windows
(4.1.2 windows build is fixed now on mysql.com)
Diffstat (limited to 'ext/mysqli/php_mysqli.h')
-rw-r--r--ext/mysqli/php_mysqli.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/mysqli/php_mysqli.h b/ext/mysqli/php_mysqli.h
index 147a45a073..5d19b0e744 100644
--- a/ext/mysqli/php_mysqli.h
+++ b/ext/mysqli/php_mysqli.h
@@ -310,10 +310,8 @@ PHP_FUNCTION(mysqli_info);
PHP_FUNCTION(mysqli_insert_id);
PHP_FUNCTION(mysqli_init);
PHP_FUNCTION(mysqli_kill);
-#ifndef PHP_WIN32
PHP_FUNCTION(mysqli_set_local_infile_default);
PHP_FUNCTION(mysqli_set_local_infile_handler);
-#endif
PHP_FUNCTION(mysqli_master_query);
PHP_FUNCTION(mysqli_more_results);
PHP_FUNCTION(mysqli_multi_query);