diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/internal/ntapi_debug.c | 2 |
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> |