Browse Source

- the fdf include file shipped with the FDF toolkit is spelled

in lower case (at least in version 5.0)
experimental/new_ui_api
Uwe Steinmann 24 years ago
parent
commit
17b2eb13cc
  1. 2
      ext/fdf/php_fdf.h

2
ext/fdf/php_fdf.h

@ -27,7 +27,7 @@
#define UNIX_DEV
#endif
#include <FdfTk.h>
#include <fdftk.h>
extern zend_module_entry fdf_module_entry;
#define fdf_module_ptr &fdf_module_entry

Loading…
Cancel
Save