SDL_dbus.h: define DBUS_TYPE_UNIX_FD_AS_STRING if missing.
Some checks are pending
Build (All) / Create test plan (push) Waiting to run
Build (All) / level1 (push) Blocked by required conditions
Build (All) / level2 (push) Blocked by required conditions

This commit is contained in:
Ozkan Sezer 2026-06-16 12:00:24 +03:00
parent f860d9d592
commit 6180b71d7c

View file

@ -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