Browse Source

Adding HAVE_SHUTDOWN on win32. Needed for the sockets extension to compile

experimental/new_ui_api
Frank M. Kromann 25 years ago
parent
commit
ce24409e86
  1. 3
      main/config.w32.h

3
main/config.w32.h

@ -188,6 +188,9 @@
#define HAVE_SETVBUF 1
#endif
/* Define if you have the `shutdown' function. */
#define HAVE_SHUTDOWN 1
/* Define if you have the snprintf function. */
#define HAVE_SNPRINTF 1
#define HAVE_VSNPRINTF 1

Loading…
Cancel
Save