SCI: Changed _WIN32 -> WIN32; _DREAMCAST -> __DC__; removed _DOS stuff

svn-id: r38305
This commit is contained in:
Max Horn 2009-02-15 21:27:42 +00:00
parent 5417f6bacb
commit e90eed4ff3
26 changed files with 59 additions and 237 deletions

View file

@ -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>