mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-16 04:10:23 +01:00
* 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:
parent
a2d6c5ebc6
commit
280e313ef7
3 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue