mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-16 19:18:55 +00:00
SDL_dbus.h: define DBUS_TYPE_UNIX_FD_AS_STRING if missing.
This commit is contained in:
parent
f860d9d592
commit
6180b71d7c
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue