View Single Post
Old May 27th, 2003   #4 (permalink)
shirouto_yokota
Registered User
 
Join Date: Mar 2003
Posts: 39
(off topic) compiling PCSX 1.5 in MinGW

Hello,
To compile official PCSX 1.5 in MinGW environment, a fix was reqired.

diff -urN PcsxSrc-1.5.orig\PsxCommon.h PcsxSrc-1.5\PsxCommon.h
--- PcsxSrc-1.5.orig\PsxCommon.h Mon May 05 10:26:24 2003
+++ PcsxSrc-1.5\PsxCommon.h Thu May 15 02:42:22 2003
@@ -26,7 +26,7 @@
#include <zlib.h>
#endif

-#if defined(_MSC_VER_)
+#if defined(__WIN32__)

#include <windows.h>
shirouto_yokota is offline   Reply With Quote