- fixed a few warnings with the PSP compilation
- changed definition of DWORD to unsinged int rather than unsigned long for PSP
- fixed make 3xx. the call to "which" in the makefile still needs to be corrected with a DOS compatible call
This commit is contained in:
wagic.the.homebrew
2008-11-10 11:07:33 +00:00
parent 163512a802
commit 37220f9e24
7 changed files with 135 additions and 136 deletions

View File

@@ -8,7 +8,7 @@
//
//-------------------------------------------------------------------------------------
#ifndef LINUX
#ifdef WIN32
#pragma warning(disable : 4786)
#endif