SDL_dbus.h: define DBUS_TIMEOUT_USE_DEFAULT if not already defined.
parent
20dfb7df2c
commit
c521e1286b
|
@ -28,6 +28,10 @@
|
|||
#define SDL_USE_LIBDBUS 1
|
||||
#include <dbus/dbus.h>
|
||||
|
||||
#ifndef DBUS_TIMEOUT_USE_DEFAULT
|
||||
#define DBUS_TIMEOUT_USE_DEFAULT -1
|
||||
#endif
|
||||
|
||||
typedef struct SDL_DBusContext
|
||||
{
|
||||
DBusConnection *session_conn;
|
||||
|
|
Loading…
Reference in New Issue