"plugins/vscode:/vscode.git/clone" did not exist on "5c090de25b6b279bb342be7ce8bb792e8391237f"
Commit fa80fbf7 authored by peastman's avatar peastman
Browse files

Merge pull request #899 from xantares/patch-6

mingw has STRUCT_TIMESPEC
parents 2b3660af fcf60380
......@@ -109,11 +109,14 @@
/* Include everything */
#endif
#ifdef _UWIN
#if defined(_UWIN)
# define HAVE_STRUCT_TIMESPEC 1
# define HAVE_SIGNAL_H 1
# undef HAVE_CONFIG_H
# pragma comment(lib, "pthread")
#elif defined(__MINGW32__)
# define HAVE_STRUCT_TIMESPEC 1
# define HAVE_SIGNAL_H 1
#endif
/*
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment