summaryrefslogtreecommitdiff
path: root/include/gc_config_macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gc_config_macros.h')
-rw-r--r--include/gc_config_macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gc_config_macros.h b/include/gc_config_macros.h
index ae970e12..db8a40df 100644
--- a/include/gc_config_macros.h
+++ b/include/gc_config_macros.h
@@ -58,7 +58,7 @@
#endif
#if defined(GC_WIN32_PTHREADS) && !defined(GC_WIN32_THREADS)
- /* Using pthreads-win32 library. */
+ /* Using pthreads-win32 library (or other Win32 implementation). */
# define GC_WIN32_THREADS
#endif