From d8a635ad2bfb881a339d37f3abc21a77b49362a6 Mon Sep 17 00:00:00 2001 From: midipix Date: Dec 15 2016 06:47:43 +0000 Subject: ntapi_debug.c: ensure the translation unit is never empty. --- 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