summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-09-16 14:41:46 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-09-16 14:41:46 +0000
commitbad38585d1dd5f8683c369bc21fb7addd23da67a (patch)
treeb1548589a857842a88979d89c6c0b15d034a7e54 /src/core
parent18fd4bec97159cbaa7501a8a1b67540e0865e88b (diff)
removed not needed _MSC_VER checks
git-svn-id: http://svn.miranda-ng.org/main/trunk@6089 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core')
-rw-r--r--src/core/modules.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/modules.h b/src/core/modules.h
index 9339d7add1..3bb9f1c1f5 100644
--- a/src/core/modules.h
+++ b/src/core/modules.h
@@ -24,9 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef MODULES_H_
#define MODULES_H_
-#ifdef _MSC_VER
- #pragma warning(disable:4201)
-#endif
+#pragma warning(disable:4201)
/* MAXMODULELABELLENGTH
The maximum allowed length of a 'name' parameter. Very likely to change with