diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-22 16:32:57 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-22 16:32:57 +0000 |
commit | 14c9d21a072c9d5343cde6717e6bef93f67bbc3a (patch) | |
tree | 7c37577042026b3c00d595a57f0b64003bfcd91b /plugins/ExternalAPI/m_help.h | |
parent | e180fa60516c6133cef12d839ce8eaea6adcbfad (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/m_help.h')
-rw-r--r-- | plugins/ExternalAPI/m_help.h | 4 |
1 files changed, 0 insertions, 4 deletions
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,
|