Browse Source

- Define HAVE_ASSERT_H under Windows. There was a macro redefinition before

- this.
experimental/ZendEngine2
Andi Gutmans 25 years ago
parent
commit
bb7f0a919a
  1. 3
      main/config.w32.h

3
main/config.w32.h

@ -212,6 +212,9 @@
/* Define if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H
/* Define if you have the <assert.h> header file. */
#define HAVE_ASSERT_H 1
/* Define if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1

Loading…
Cancel
Save