From 25b8dcd3e31a9b09ce6180d34273d68242791d79 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Mon, 16 Sep 2013 13:47:55 +0000 Subject: removed not needed _MSC_VER checks git-svn-id: http://svn.miranda-ng.org/main/trunk@6085 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Xfire/src/SHA1.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'protocols/Xfire/src/SHA1.cpp') diff --git a/protocols/Xfire/src/SHA1.cpp b/protocols/Xfire/src/SHA1.cpp index 31267e43ef..36a3facb28 100644 --- a/protocols/Xfire/src/SHA1.cpp +++ b/protocols/Xfire/src/SHA1.cpp @@ -29,11 +29,7 @@ // Rotate x bits to the left #ifndef ROL32 -#ifdef _MSC_VER #define ROL32(_val32, _nBits) _rotl(_val32, _nBits) -#else -#define ROL32(_val32, _nBits) (((_val32)<<(_nBits))|((_val32)>>(32-(_nBits)))) -#endif #endif #ifdef SHA1_LITTLE_ENDIAN -- cgit v1.2.3