SCI: Changed _WIN32 -> WIN32; _DREAMCAST -> __DC__; removed _DOS stuff
svn-id: r38305
This commit is contained in:
parent
5417f6bacb
commit
e90eed4ff3
26 changed files with 59 additions and 237 deletions
|
@ -36,7 +36,7 @@
|
|||
#include "sci/include/sci_widgets.h"
|
||||
#include "sci/include/reg_t_hashmap.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#ifdef WIN32
|
||||
# include <windows.h>
|
||||
# include <mmsystem.h>
|
||||
# include <io.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue