Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libgc
diff options
context:
space:
mode:
authorAlex J Lennon <ajlennon@dynamicdevices.co.uk>2014-10-29 16:27:01 +0300
committerAlex J Lennon <ajlennon@dynamicdevices.co.uk>2014-10-29 16:27:01 +0300
commit41981cdca12b15e7ee25b1b145db1c8b150b051b (patch)
tree5f85b14ac8b565c25be1b41f6c52527cef77b879 /libgc
parente0dab7749a4cfd42e9f8d05b14f1944f802c42ef (diff)
[libgc] Eliminate warning about redefinition of GC_WIN32_THREADS
Makefile defines GC_WIN32_THREADS as 1 but gc_config_macros was redefining as defined but with no value. Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
Diffstat (limited to 'libgc')
-rw-r--r--libgc/include/gc_config_macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgc/include/gc_config_macros.h b/libgc/include/gc_config_macros.h
index c11caa7748e..caf8de527c3 100644
--- a/libgc/include/gc_config_macros.h
+++ b/libgc/include/gc_config_macros.h
@@ -32,7 +32,7 @@
# define GC_LINUX_THREADS
#endif
#if defined(WIN32_THREADS)
-# define GC_WIN32_THREADS
+# define GC_WIN32_THREADS 1
#endif
#if defined(USE_LD_WRAP)
# define GC_USE_LD_WRAP