use screen.h instead of sdlscreen.h, etc.
Create grafx2-win32 MSVC++ project create keycode.h various fixes
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
#include "io.h"
|
||||
#include "help.h"
|
||||
#include "text.h"
|
||||
#include "sdlscreen.h"
|
||||
#include "screen.h"
|
||||
#include "windows.h"
|
||||
#include "brush.h"
|
||||
#include "input.h"
|
||||
@@ -86,7 +86,7 @@
|
||||
#elif defined(__MINT__)
|
||||
#include <mint/sysbind.h>
|
||||
#include <dirent.h>
|
||||
#elif defined(__WIN32__)
|
||||
#elif defined(WIN32)
|
||||
#ifndef _MSC_VER
|
||||
#include <dirent.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user