mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 18:08:01 +02:00
Remove DBUS_COMPILATION from test source code
DBUS_COMPILATION definition was moved to test/Makefile.am static_cppflags, so remove it from test source code. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=68852 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
f658047ec8
commit
0cea59aad5
1 changed files with 0 additions and 2 deletions
|
|
@ -33,12 +33,10 @@
|
|||
#include <sys/wait.h>
|
||||
#include <string.h>
|
||||
|
||||
#define DBUS_COMPILATION
|
||||
#include <dbus/dbus-string.h>
|
||||
#include <dbus/dbus-internals.h>
|
||||
#include <dbus/dbus-test.h>
|
||||
#include <dbus/dbus-marshal-basic.h>
|
||||
#undef DBUS_COMPILATION
|
||||
|
||||
static DBusString failure_dir;
|
||||
static int total_attempts;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue