Skip to content

Commit

Permalink
- fix bug #54407, Incorrectly defined NTDDI_VERSION macro
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrejoye committed Mar 4, 2012
1 parent 0259297 commit 3a24a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32/build/config.w32.h.in
Expand Up @@ -6,7 +6,7 @@
/* Define the minimum supported version */
#undef _WIN32_WINNT
#undef NTDDI_VERSION
#define _WIN32_WINNT 0x502
#define _WIN32_WINNT 0x0501
#define NTDDI_VERSION 0x05010200

/* Default PHP / PEAR directories */
Expand Down

0 comments on commit 3a24a0b

Please sign in to comment.