summaryrefslogtreecommitdiff
path: root/include/windows
diff options
context:
space:
mode:
Diffstat (limited to 'include/windows')
-rw-r--r--include/windows/windefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/windows/windefs.h b/include/windows/windefs.h
index 5137f073c..6ed8d8722 100644
--- a/include/windows/windefs.h
+++ b/include/windows/windefs.h
@@ -45,4 +45,6 @@ char *strsep(char **stringp, const char *delim);
#define srandom srand
#define random rand
+#define EPFNOSUPPORT WSAEPFNOSUPPORT
+
#endif /* windefs.h */