Skip to content
Snippets Groups Projects
Commit 320cc869 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Define HAVE_NT_EVENT_LOG && HAVE_NT_SERVICE_MANAGER when HAVE_NT_THREADS

parent 5b5db4de
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@
#ifdef _WIN32
/* don't suck in all of the win32 api */
# define WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN 1
#endif
#ifndef __NEED_PROTOTYPES
......
This diff is collapsed.
......@@ -1001,6 +1001,9 @@ if test $ol_with_threads = auto -o $ol_with_threads = yes \
AC_MSG_CHECKING(for NT threads)
AC_MSG_RESULT(yes)
AC_DEFINE(HAVE_NT_THREADS,1,[if you have NT threads])
AC_DEFINE(HAVE_NT_SERVICE_MANAGER,1,[if you have NT Service Manager])
AC_DEFINE(HAVE_NT_EVENT_LOG,1,[if you have NT Event Log])
fi
fi
......
......@@ -664,6 +664,12 @@
/* if you have NT threads */
#undef HAVE_NT_THREADS
/* if you have NT Service Manager */
#undef HAVE_NT_SERVICE_MANAGER
/* if you have NT Event Log */
#undef HAVE_NT_EVENT_LOG
/* define if pthreads API compatible with final spec */
#undef HAVE_PTHREADS_FINAL
......
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