1
0
Fork 0

#ifdef C_DEBUG -> #if C_DEBUG

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@190
This commit is contained in:
Ulf Wohlers 2002-08-19 15:12:00 +00:00
parent 22b3443e4f
commit 9e93d7d0c3
3 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@
#include <list>
#include "dosbox.h"
#ifdef C_DEBUG
#if C_DEBUG
#include "debug.h"
#include "cpu.h"
#include "video.h"

View file

@ -63,7 +63,7 @@ Any comments/updates/bug reports to:
*/
#include "dosbox.h"
#ifdef C_DEBUG
#if C_DEBUG
#include <stdio.h>
#include <string.h>
#include <stdarg.h>

View file

@ -19,7 +19,7 @@
#include "dosbox.h"
#ifdef C_DEBUG
#if C_DEBUG
#include <stdlib.h>
#include <stdarg.h>