Răsfoiți Sursa

[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 <[email protected]>
Alex J Lennon 11 ani în urmă
părinte
comite
41981cdca1
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      libgc/include/gc_config_macros.h

+ 1 - 1
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