mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-09 04:58:02 +02:00
minor fix
This commit is contained in:
parent
c926a15fc4
commit
1f9f66bba8
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
//#define SPAWN_DEBUG
|
||||
|
||||
#ifndef SPAWN_DEBUG || defined(_MSC_VER)
|
||||
#if !defined(SPAWN_DEBUG) || defined(_MSC_VER)
|
||||
#define PING()
|
||||
#else
|
||||
#define PING() fprintf (stderr, "%s:%s:%d\n", __FILE__, __FUNCTION__, __LINE__); fflush (stderr)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue