summaryrefslogtreecommitdiff
path: root/Source/Core/Common
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2008-09-24 19:10:56 +0000
committerhrydgard <hrydgard@gmail.com>2008-09-24 19:10:56 +0000
commite4785df7a2ec6b1b3b45cd27cad515b8add44fc0 (patch)
tree00c277e53c7e0da28accdac0b77210f3a7a89018 /Source/Core/Common
parent284e3ec211536041cda4b754d594302f6fb9a161 (diff)
Ban compression of Wii images until it has been tested. All sorts of minor cleanup.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@669 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common')
-rw-r--r--Source/Core/Common/Src/Common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/Core/Common/Src/Common.h b/Source/Core/Common/Src/Common.h
index 42ace78ded..43ca8d25e1 100644
--- a/Source/Core/Common/Src/Common.h
+++ b/Source/Core/Common/Src/Common.h
@@ -49,6 +49,11 @@
#endif
#ifdef _WIN32
+#ifdef _WIN32
+#define fseek _fseeki64
+#define ftell _ftelli64
+#endif
+
#define POSIX 0
#define NOMINMAX