Merge branch 'my-dbus-1.2'
[platform/upstream/dbus.git] / dbus / dbus-sysdeps-win.h
index d41e1fb..c65caa8 100644 (file)
@@ -50,10 +50,6 @@ extern void *_dbus_win_get_dll_hmodule (void);
 #endif
 #endif
 
-/* Declarations missing in mingw's headers */
-extern BOOL WINAPI ConvertStringSidToSidA (LPCSTR  StringSid, PSID *Sid);
-extern BOOL WINAPI ConvertSidToStringSidA (PSID Sid, LPSTR *StringSid);
-
 
 #define DBUS_CONSOLE_DIR "/var/run/console/"
 
@@ -95,10 +91,6 @@ dbus_bool_t _dbus_file_exists (const char *filename);
 dbus_bool_t _dbus_get_config_file_name(DBusString *config_file, 
                                        char *s);
 
-
-
 #endif
 
 /** @} end of sysdeps-win.h */
-
-