mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-19 18:02:54 +00:00
SDL_dbus.h: define DBUS_TYPE_UNIX_FD_AS_STRING if missing.
This commit is contained in:
@@ -40,6 +40,9 @@
|
||||
#ifndef DBUS_TYPE_UNIX_FD
|
||||
#define DBUS_TYPE_UNIX_FD ((int)'h')
|
||||
#endif
|
||||
#ifndef DBUS_TYPE_UNIX_FD_AS_STRING
|
||||
#define DBUS_TYPE_UNIX_FD_AS_STRING "h"
|
||||
#endif
|
||||
#ifndef DBUS_ERROR_UNKNOWN_PROPERTY
|
||||
#define DBUS_ERROR_UNKNOWN_PROPERTY "org.freedesktop.DBus.Error.UnknownProperty"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user