diff options
author | Pierre Joye <pajoye@php.net> | 2009-06-15 15:08:41 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2009-06-15 15:08:41 +0000 |
commit | 6afc5133919e48504f440c57d2e8deed29e2e92c (patch) | |
tree | a1bc6202cf56a47079495c9736f0e637bc99a1fb | |
parent | 03220cb04a4607ad359847839b143dcf7b20149a (diff) | |
download | php-git-6afc5133919e48504f440c57d2e8deed29e2e92c.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 0b878060d0..f637d14c3d 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 |