From d8a635ad2bfb881a339d37f3abc21a77b49362a6 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 14 Dec 2016 05:27:01 +0000 Subject: ntapi_debug.c: ensure the translation unit is never empty. --- src/internal/ntapi_debug.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/internal') 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 -- cgit v1.2.3