summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-sysdeps-win.h
Commit message (Collapse)AuthorAgeFilesLines
* Bug 21161 - Update the FSF addressTobias Mueller2009-07-101-1/+1
| | | | | | No comment. Signed-off-by: Colin Walters <walters@verbum.org>
* 2007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-07-141-1/+1
| | | | * Add indent-tabs-mode: nil to all file headers.
* * ↵Ralf Habacker2007-07-091-37/+1
| | | | dbus/dbus-sysdeps-win.c,dbus-sysdeps-win.h,dbus-sysdeps-win-util.c,dbus-sysdeps-spawn-win.c: synced with windbus sources
* * dbus/dbus-sysdeps-win.c,dbus/dbus-sysdeps-win.h: removed obsolate ↵Ralf Habacker2007-06-301-17/+0
| | | | DBusUserInfo code
* * dbus/dbus-sysdeps-win.c, dbus/dbus-sysdeps-spawn-win.c, ↵Ralf Habacker2007-06-211-0/+3
| | | | dbus/dbus-sysdeps-win.h: disabled DBusSocket implementation by Peter Kuemmel
* * dbus/dbus-sysdeps-win.c, dbus/dbus-sysdeps-spawn-win.c, ↵Ralf Habacker2007-06-191-1/+10
| | | | dbus/dbus-sysdeps-win.h: disabled DBusSocket implementation Patch by Peter Kuemmel
* * cmake/ConfigureChecks.cmake,cmake/config.h.cmake: added check for HAVE_ERRNO_HRalf Habacker2007-06-151-11/+0
| | | | | | | | | * cmake/dbus/CMakeLists.txt: added missing files * dbus/dbus-transport-win.c/.h: new files * dbus/dbus-sysdeps-win.c,.h: added required _unix functions to make dbus compilable on win32 * dbus/dbus-sysdeps-win-utils.c,.h: moved some functions to dbus-sysdeps-win.c * dbus-win.patch: removed applied or obsolate patches Note: dbus-win32 is now compilable, no guarantee that it runs without any problems
* * dbus/dbus-sysdeps-win.c: disabled DBusUserInfo related codeRalf Habacker2007-06-141-8/+10
| | | | | | | | (_dbus_append_desired_identity,_dbus_windows_user_is_process_owner): new win32 functions as counterpart of unix related (_dbus_send_credentials_socket,_dbus_read_credentials_socket): renamed from ..._unix_socket (_dbus_send_credentials_unix_socket): removed obsolate function * dbus/dbus-sysdeps-win-util.c: disabled DBusGroupInfo related code (_dbus_verify_daemon_user,_dbus_change_to_daemon_user): new win32 functions as counterpart of unix related
* * bus/main.c (main): uses _dbus_get_config_file_name() to detect ↵Ralf Habacker2007-06-011-0/+7
| | | | | | | session.conf location on win32. * dbus-sysdeps-win.h (_dbus_get_config_file_name,_dbus_file_exists): new prototyp, undefined interface after including windows.h because t makes trouble when a paramater is named interface. * dbus-sysdeps-win.c (_dbus_get_install_root,_dbus_get_config_file_name,_dbus_file_exists): new functions.
* * dbus/dbus-sysdeps-win.h, dbus/dbus-sysdeps-win.c, ↵Ralf Habacker2007-03-121-4/+4
| | | | dbus/dbus-sysdeps-util-win.c: renamed functions _dbus_xxx_file() to _dbus_file_xxx() to reflect struct name DBusFile.
* * dbus/*-win.*,bus/*-win.*: added win32 platform relatedRalf Habacker2007-03-031-0/+174
files. These files are only added to the cmake build system. The missing dbus-win32.patch file will be added later.