mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 14:38:10 +02:00
* cmake/config.h.cmake: win32 msvc bug fix
This commit is contained in:
parent
6bccff6baa
commit
4350f5798e
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2007-03-09 Ralf Habacker <ralf.habacker@freenet.de>
|
||||
|
||||
* cmake/config.h.cmake: win32 msvc bug fix
|
||||
|
||||
2007-03-09 Ralf Habacker <ralf.habacker@freenet.de>
|
||||
|
||||
* cmake/config.h.cmake: fixed DBUS_WINxx defines,
|
||||
|
|
|
|||
|
|
@ -123,7 +123,7 @@
|
|||
# define DBUS_WIN_FIXME 1
|
||||
#endif
|
||||
|
||||
defined(_WIN32) && !defined(_WIN32_WCE)
|
||||
#if defined(_WIN32) && !defined(_WIN32_WCE)
|
||||
# define DBUS_WIN32
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue