Fix compilation on visual studio
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3966
This commit is contained in:
parent
c96a19e3d9
commit
30db525521
1 changed files with 6 additions and 0 deletions
|
@ -46,6 +46,12 @@
|
|||
#include "os2.h"
|
||||
#endif
|
||||
|
||||
#if defined(WIN32)
|
||||
#ifndef S_ISDIR
|
||||
#define S_ISDIR(m) (((m)&S_IFMT)==S_IFDIR)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if C_DEBUG
|
||||
Bitu DEBUG_EnableDebugger(void);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue