Commit 3020a4b2 by Danny Smith Committed by Danny Smith

gthr-win32.h (__GTHREAD_MUTEX_INIT_DEFAULT): Define.

From-SVN: r50336
parent c7fc1f84
2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
* gthr-win32.h (__GTHREAD_MUTEX_INIT_DEFAULT): Define.
2002-03-05 Jakub Jelinek <jakub@redhat.com>
* mklibgcc.in: Prepend a tab before .hidden, add $flags to gcc
......
......@@ -341,6 +341,7 @@ typedef HANDLE __gthread_mutex_t;
#define __GTHREAD_ONCE_INIT {FALSE, -1}
#define __GTHREAD_MUTEX_INIT_FUNCTION __gthread_mutex_init_function
#define __GTHREAD_MUTEX_INIT_DEFAULT 0
#if __MINGW32_MAJOR_VERSION >= 1 || \
(__MINGW32_MAJOR_VERSION == 0 && __MINGW32_MINOR_VERSION > 2)
......
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