fixed build for linux and ps2
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
#include <Windows.h>
|
||||
#include <rw.h>
|
||||
#include "skeleton.h"
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#include <Windows.h>
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#include <rw.h>
|
||||
#include "skeleton.h"
|
||||
|
||||
@ -221,3 +222,4 @@ WinMain(HINSTANCE instance, HINSTANCE,
|
||||
return main(__argc, __argv);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user