diff options
author | John Coggeshall <john@php.net> | 2006-04-19 20:57:30 +0000 |
---|---|---|
committer | John Coggeshall <john@php.net> | 2006-04-19 20:57:30 +0000 |
commit | 974dc0f5b42bb0015bae57e438832beaede60170 (patch) | |
tree | 3d1249758ca15558d5c9dcaf4a984de934216a7d | |
parent | 68906dbe62b438e4d96d9b602ac35861dcb88637 (diff) | |
download | php-git-974dc0f5b42bb0015bae57e438832beaede60170.tar.gz |
Fixing static builds on windoze machines for our current lib version
-rw-r--r-- | ext/tidy/php_tidy.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/tidy/php_tidy.def b/ext/tidy/php_tidy.def index 0caabc01f3..1c17276de6 100644 --- a/ext/tidy/php_tidy.def +++ b/ext/tidy/php_tidy.def @@ -45,7 +45,6 @@ tidyOptGetCategory tidyOptGetDefault tidyOptGetDefaultInt tidyOptGetDefaultBool -tidyOptGetDoc tidyOptGetPickList tidyOptGetNextPick tidyOptGetValue |