From 1a7957d68dab1f99f4a7a7215d8db423091b7c45 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Fri, 5 Apr 2013 00:29:29 -0700 Subject: [PATCH] MSVC buildfix. --- Common/CommonFuncs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Common/CommonFuncs.h b/Common/CommonFuncs.h index a19acff986..30040bf10a 100644 --- a/Common/CommonFuncs.h +++ b/Common/CommonFuncs.h @@ -89,6 +89,8 @@ inline u64 __rotr64(u64 x, unsigned int shift){ #define unlink _unlink #define snprintf _snprintf #define vscprintf _vscprintf + #define __rotr _rotr + #define __rotl _rotl // 64 bit offsets for windows #define fseeko _fseeki64