diff options
| author | 2015-05-06 23:06:01 -0300 | |
|---|---|---|
| committer | 2015-05-07 15:45:20 -0300 | |
| commit | f3c096951be57a02467bfda74ab539e69b2eff5e (patch) | |
| tree | 831ce67740685915e075ef991b324d807987a055 /src/common/common_funcs.h | |
| parent | Common: Remove many unnecessary cross-platform compatibility macros (diff) | |
| download | yuzu-f3c096951be57a02467bfda74ab539e69b2eff5e.tar.gz yuzu-f3c096951be57a02467bfda74ab539e69b2eff5e.tar.xz yuzu-f3c096951be57a02467bfda74ab539e69b2eff5e.zip | |
Common: Move IO-specific compatibility macros to file_util.cpp
Diffstat (limited to 'src/common/common_funcs.h')
| -rw-r--r-- | src/common/common_funcs.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/common/common_funcs.h b/src/common/common_funcs.h index 9e666d77e..56ae791d4 100644 --- a/src/common/common_funcs.h +++ b/src/common/common_funcs.h | |||
| @@ -117,14 +117,6 @@ inline u64 _rotr64(u64 x, unsigned int shift){ | |||
| 117 | return old_locale; | 117 | return old_locale; |
| 118 | } | 118 | } |
| 119 | 119 | ||
| 120 | // 64 bit offsets for windows | ||
| 121 | #define fseeko _fseeki64 | ||
| 122 | #define ftello _ftelli64 | ||
| 123 | #define atoll _atoi64 | ||
| 124 | #define stat64 _stat64 | ||
| 125 | #define fstat64 _fstat64 | ||
| 126 | #define fileno _fileno | ||
| 127 | |||
| 128 | extern "C" { | 120 | extern "C" { |
| 129 | __declspec(dllimport) void __stdcall DebugBreak(void); | 121 | __declspec(dllimport) void __stdcall DebugBreak(void); |
| 130 | } | 122 | } |