summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-22 16:32:57 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-22 16:32:57 +0000
commit14c9d21a072c9d5343cde6717e6bef93f67bbc3a (patch)
tree7c37577042026b3c00d595a57f0b64003bfcd91b /plugins/ExternalAPI
parente180fa60516c6133cef12d839ce8eaea6adcbfad (diff)
removed not needed defines
git-svn-id: http://svn.miranda-ng.org/main/trunk@3691 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r--plugins/ExternalAPI/m_assocmgr.h9
-rw-r--r--plugins/ExternalAPI/m_help.h4
2 files changed, 0 insertions, 13 deletions
diff --git a/plugins/ExternalAPI/m_assocmgr.h b/plugins/ExternalAPI/m_assocmgr.h
index 62c7f03ffb..94f6e203f9 100644
--- a/plugins/ExternalAPI/m_assocmgr.h
+++ b/plugins/ExternalAPI/m_assocmgr.h
@@ -23,11 +23,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef M_ASSOCMGR_H__
#define M_ASSOCMGR_H__
-#if defined(_MSC_VER)
-#pragma warning(push) /* save warning settings */
-#pragma warning(disable:4201) /* nonstandard extension used : nameless struct/union */
-#endif
-
/* Add a new file type v0.1.0.0+
Add a new file type to be registered with Windows.
You probably want to call this event when
@@ -270,10 +265,6 @@ static __inline char *Netlib_UrlDecode(char *str)
}
#endif
-#if defined(_MSC_VER)
-#pragma warning(pop) /* restore warning settings */
-#endif
-
#ifndef ASSOCMGR_NOSETTINGS
#define SETTING_ONLYWHILERUNNING_DEFAULT 0
#endif
diff --git a/plugins/ExternalAPI/m_help.h b/plugins/ExternalAPI/m_help.h
index fa7434695f..ea8557628c 100644
--- a/plugins/ExternalAPI/m_help.h
+++ b/plugins/ExternalAPI/m_help.h
@@ -21,10 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef M_HELP_H__
#define M_HELP_H__
-#if defined (_MSC_VER) && (_MSC_VER >= 1020)
- #pragma once
-#endif
-
/*
Help Plugin 0.2.1.2
All services in here except MS_HELP_SHOWLANGDIALOG should be thread-safe,