mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
96e4896804
configure.ac defined G_THREAD_SOURCE and gthread-impl would #include it. Instead, since we only have two thread implementations now, and since we always use the Windows one only on Windows, move the logic to the Makefile, predicated on 'if OS_WIN32'. Then have the chosen backend do the #include "gthread-impl.c" from there. Remove the G_THREAD_SOURCE define from configure.ac. |
||
---|---|---|
.. | ||
tests | ||
.gitignore | ||
ChangeLog | ||
gthread-impl.c | ||
gthread-posix.c | ||
gthread-win32.c | ||
gthread.def | ||
gthread.rc.in | ||
Makefile.am | ||
makefile.msc.in |