Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
fa80fbf7
Commit
fa80fbf7
authored
May 06, 2015
by
peastman
Browse files
Merge pull request #899 from xantares/patch-6
mingw has STRUCT_TIMESPEC
parents
2b3660af
fcf60380
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
libraries/pthreads/include/pthread.h
libraries/pthreads/include/pthread.h
+4
-1
No files found.
libraries/pthreads/include/pthread.h
View file @
fa80fbf7
...
@@ -109,11 +109,14 @@
...
@@ -109,11 +109,14 @@
/* Include everything */
/* Include everything */
#endif
#endif
#ifdef
_UWIN
#if
def
ined(
_UWIN
)
# define HAVE_STRUCT_TIMESPEC 1
# define HAVE_STRUCT_TIMESPEC 1
# define HAVE_SIGNAL_H 1
# define HAVE_SIGNAL_H 1
# undef HAVE_CONFIG_H
# undef HAVE_CONFIG_H
# pragma comment(lib, "pthread")
# pragma comment(lib, "pthread")
#elif defined(__MINGW32__)
# define HAVE_STRUCT_TIMESPEC 1
# define HAVE_SIGNAL_H 1
#endif
#endif
/*
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment