Skip to content
Snippets Groups Projects
Commit 1042841e authored by Bill Hoffman's avatar Bill Hoffman
Browse files

ENH: fix for build on cygwin mingw

parent d149445d
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,14 @@ Q190351 and Q150956.
#include <string.h> /* strlen, strdup */
#include <stdio.h> /* sprintf */
#include <io.h> /* _unlink */
#ifndef _MAX_FNAME
#define _MAX_FNAME 4096
#endif
#ifndef _MAX_PATH
#define _MAX_PATH 4096
#endif
#ifdef _MSC_VER
#pragma warning (pop)
#pragma warning (disable: 4514)
......
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