From 3d60e28ce573bfd28286d108eeb43ec29bf44d48 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Mon, 16 Sep 2013 14:27:58 +0000 Subject: removed not needed _MSC_VER checks removed double comstant from modern warning fix git-svn-id: http://svn.miranda-ng.org/main/trunk@6087 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/FlashAvatars/src/TigerHash.h | 2 -- plugins/FlashAvatars/src/criticalsection.h | 2 -- 2 files changed, 4 deletions(-) (limited to 'plugins/FlashAvatars') diff --git a/plugins/FlashAvatars/src/TigerHash.h b/plugins/FlashAvatars/src/TigerHash.h index 33eb26ad8f..b738fb97b7 100644 --- a/plugins/FlashAvatars/src/TigerHash.h +++ b/plugins/FlashAvatars/src/TigerHash.h @@ -19,9 +19,7 @@ #if !defined(TIGER_HASH_H) #define TIGER_HASH_H -#if _MSC_VER > 1000 #pragma once -#endif // _MSC_VER > 1000 typedef unsigned __int8 uint8_t; typedef unsigned __int32 uint32_t; diff --git a/plugins/FlashAvatars/src/criticalsection.h b/plugins/FlashAvatars/src/criticalsection.h index 6524b49559..7c9bcdaa9a 100644 --- a/plugins/FlashAvatars/src/criticalsection.h +++ b/plugins/FlashAvatars/src/criticalsection.h @@ -19,9 +19,7 @@ #if !defined(CRITICAL_SECTION_H) #define CRITICAL_SECTION_H -#if _MSC_VER > 1000 #pragma once -#endif // _MSC_VER > 1000 class CriticalSection { -- cgit v1.2.3