Skip to content
Snippets Groups Projects
Commit 5509aeb8 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

very stupid kludge just to get the code to compile on Windows-- this needs to...

very stupid kludge just to get the code to compile on Windows-- this needs to get fixed by a more complete backport of Pd Vanilla's s_path.c code
parent 2730a015
No related branches found
No related tags found
No related merge requests found
...@@ -18,8 +18,9 @@ ...@@ -18,8 +18,9 @@
#include <unistd.h> #include <unistd.h>
#include <sys/stat.h> #include <sys/stat.h>
#endif #endif
#ifdef MSW #ifdef _WIN32
#include <io.h> #include <io.h>
#include <sys/stat.h>
#include <windows.h> #include <windows.h>
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment