* dbus\dbus-sysdeps-win-thread.c: renamed to dbus-sysdeps-thread-win.c, it is a platform depending file similar to dbus-sysdeps-pthread.c.

This commit is contained in:
Ralf Habacker 2007-03-15 12:13:39 +00:00
parent a2d6c5ebc6
commit 280e313ef7
3 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2007-03-15 Ralf.Habacker <ralf.habacker@freenet.de>
* dbus\dbus-sysdeps-win-thread.c: renamed to
dbus-sysdeps-thread-win.c, it is a platform depending file
similar to dbus-sysdeps-pthread.c.
2007-03-15 Ralf.Habacker <ralf.habacker@freenet.de>
* cmake\doc\CMakeLists.txt: added prelimary xml doc

View file

@ -167,7 +167,7 @@ set (DBUS_UTIL_HEADERS
if (WIN32)
set (DBUS_SHARED_SOURCES ${DBUS_SHARED_SOURCES}
${DBUS_DIR}/dbus-sysdeps-win.c
${DBUS_DIR}/dbus-sysdeps-win-thread.c
${DBUS_DIR}/dbus-sysdeps-thread-win.c
${DBUS_DIR}/dbus-sysdeps-util-win.c
${DBUS_DIR}/dbus-spawn-win.c
)