Re: [INTERNALS-WIN] warnings in current 5.3 build
[email protected] (Elizabeth M Smith)
| Newsgroups | php.internals.win |
|---|---|
| Message-ID | <[email protected]> |
Stanislav Malyshev wrote: > Hi! > > When I build 5.3 on Windows, I get a ton of warnings like this: > > c:\projects\php-5.3\tsrm\readdir.h(10) : warning C4005: '_WIN32_WINNT' : > macro redefinition > c:\projects\php-5.3\main\config.w32.h(7) : see previous definition of > '_WIN32_WINNT' > > Looks like it is caused by some recent change. Could whoever did the > change fix it? :) Uh, that's not a recent change - it's been like that a long time - Pierre had worked on a fix to get _WIN32_WINNT defined by configure (as it should be) and take the def OUT of readdir.h - not sure how that's coming along elizabeth