summaryrefslogtreecommitdiffhomepage
path: root/src/internal
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-12-14 05:27:01 +0000
committermidipix <writeonce@midipix.org>2016-12-15 01:47:43 -0500
commitd8a635ad2bfb881a339d37f3abc21a77b49362a6 (patch)
tree6c69389305270c45cf1bd72ffef3bb9e9c1e5ff3 /src/internal
parentedfe66b0147b7bce7629e074ad686206491aa531 (diff)
downloadntapi-d8a635ad2bfb881a339d37f3abc21a77b49362a6.tar.bz2
ntapi-d8a635ad2bfb881a339d37f3abc21a77b49362a6.tar.xz
ntapi_debug.c: ensure the translation unit is never empty.
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/ntapi_debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/internal/ntapi_debug.c b/src/internal/ntapi_debug.c
index 3d11faa..36deb7c 100644
--- a/src/internal/ntapi_debug.c
+++ b/src/internal/ntapi_debug.c
@@ -4,6 +4,8 @@
/* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */
/********************************************************/
+typedef int __dbg_dummy;
+
#ifdef __DEBUG
#include <psxtypes/psxtypes.h>