diff options
Diffstat (limited to 'emulators/pearpc/files/patch-src::io::3c90x::3c90x.cc')
-rw-r--r-- | emulators/pearpc/files/patch-src::io::3c90x::3c90x.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/pearpc/files/patch-src::io::3c90x::3c90x.cc b/emulators/pearpc/files/patch-src::io::3c90x::3c90x.cc new file mode 100644 index 000000000000..2ef3d6116269 --- /dev/null +++ b/emulators/pearpc/files/patch-src::io::3c90x::3c90x.cc @@ -0,0 +1,11 @@ +--- /usr/ports/emulators/pearpc/work/pearpc-0.1.2/src/io/3c90x/3c90x.cc Thu May 20 18:00:21 2004 ++++ src/io/3c90x/3c90x.cc Sat May 22 13:56:19 2004 +@@ -47,6 +47,8 @@ + #include "config.h" + #endif + ++#define WIN32 ++ + #if defined(WIN32) || defined(__WIN32__) + #else + |