diff options
| author | Pierre Joye <pajoye@php.net> | 2009-06-15 15:08:12 +0000 |
|---|---|---|
| committer | Pierre Joye <pajoye@php.net> | 2009-06-15 15:08:12 +0000 |
| commit | c06884c960bb3fe6435ab1639c91fc2b8f9c45af (patch) | |
| tree | 64d79c679cf0ee52fc5d82870db75c16baeeee8c | |
| parent | 91a8fd7f7eb147d76be88f4ead277e29f74b62fb (diff) | |
| download | php-git-c06884c960bb3fe6435ab1639c91fc2b8f9c45af.tar.gz | |
- add TODO about int definition cleanup
| -rw-r--r-- | ext/date/lib/timelib_structs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/date/lib/timelib_structs.h b/ext/date/lib/timelib_structs.h index 87312da15a..cbf1fe4ef6 100644 --- a/ext/date/lib/timelib_structs.h +++ b/ext/date/lib/timelib_structs.h @@ -34,6 +34,8 @@ #endif #ifdef PHP_WIN32 +/* TODO: Remove these hacks/defs once we have the int definitions in main/ + rathen than in each 2nd extension and win32/ */ # include "win32/php_stdint.h" #else # ifndef HAVE_INT32_T |
