this still needs some cleanup

This commit is contained in:
Sam Ellicott 2020-05-15 02:15:38 -04:00
parent 457f979723
commit 184dd91a67

View file

@ -3,6 +3,7 @@
#if defined(WIN32) || defined(USE_WINDOWS)
#include <winsock2.h>
#include <windows.h>
#define strdup _strdup
#endif
#include <ctype.h>