#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:
parent
22b3443e4f
commit
9e93d7d0c3
3 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@
|
|||
#include <list>
|
||||
|
||||
#include "dosbox.h"
|
||||
#ifdef C_DEBUG
|
||||
#if C_DEBUG
|
||||
#include "debug.h"
|
||||
#include "cpu.h"
|
||||
#include "video.h"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
|
||||
#include "dosbox.h"
|
||||
#ifdef C_DEBUG
|
||||
#if C_DEBUG
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue