glib/gthread
Ryan Lortie 96e4896804 invert gthread-impl includes
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.
2011-09-09 12:47:40 -04:00
..
tests .gitignore the gwakeup-fallback testcase 2011-07-25 18:52:36 +02:00
.gitignore improve gitignore 2010-01-28 22:43:51 -05:00
ChangeLog Update README files to refer to git 2009-03-31 19:39:16 -04:00
gthread-impl.c invert gthread-impl includes 2011-09-09 12:47:40 -04:00
gthread-posix.c invert gthread-impl includes 2011-09-09 12:47:40 -04:00
gthread-win32.c invert gthread-impl includes 2011-09-09 12:47:40 -04:00
gthread.def Retract my change earlier today. Don't preset autoconf variables in a try 2001-09-26 20:35:51 +00:00
gthread.rc.in Update the year in the *.rc.in files 2011-06-07 08:55:31 +08:00
Makefile.am invert gthread-impl includes 2011-09-09 12:47:40 -04:00
makefile.msc.in added gbase64.obj and derive the static libs name from auto* variables 2006-04-07 17:10:36 +00:00