diff options
author | dannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-05 22:08:23 +0000 |
---|---|---|
committer | dannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-05 22:08:23 +0000 |
commit | b8dd27f3329a3d85aefe7e35800708bd525cdad2 (patch) | |
tree | c2d6483b428e4a12b60d68d5970e8c4c66cc80d4 /gcc/gthr-win32.h | |
parent | f9231c6cd18c8a26964f28d01fb404c3272131f2 (diff) | |
download | gcc-b8dd27f3329a3d85aefe7e35800708bd525cdad2.tar.gz |
gthr-win32.h (__GTHREAD_MUTEX_INIT_DEFAULT): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50336 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gthr-win32.h')
-rw-r--r-- | gcc/gthr-win32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gthr-win32.h b/gcc/gthr-win32.h index 97d5a825cd6..599da7db349 100644 --- a/gcc/gthr-win32.h +++ b/gcc/gthr-win32.h @@ -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) |