Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions win32/build/config.w32.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Build Configuration Template for Win32.
*/

#ifndef PHP_WIN32_CONFIG_W32_H
#define PHP_WIN32_CONFIG_W32_H

/* Define the minimum supported version */
#undef _WIN32_WINNT
#undef NTDDI_VERSION
Expand Down Expand Up @@ -141,3 +144,5 @@
#endif

#define HAVE_GETADDRINFO 1

#endif /* PHP_WIN32_CONFIG_W32_H */
Loading