diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-23 19:20:55 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-23 19:20:55 +0000 |
commit | 1c51a6e0409bbfd61383a942636d6766154b5225 (patch) | |
tree | dcc4e9573aace0028c3dd8bd580a35560fc77882 /plugins/SRMM/commonheaders.h | |
parent | 9e0c64767759da86499f245083239575d947b5e9 (diff) |
srmm plusified
git-svn-id: http://svn.miranda-ng.org/main/trunk@583 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SRMM/commonheaders.h')
-rw-r--r-- | plugins/SRMM/commonheaders.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/SRMM/commonheaders.h b/plugins/SRMM/commonheaders.h index fec878afd7..89911bcab1 100644 --- a/plugins/SRMM/commonheaders.h +++ b/plugins/SRMM/commonheaders.h @@ -70,10 +70,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "richutil.h"
#include "version.h"
-#if _MSC_VER >= 1500
- #define wEffects wReserved
-#endif
-
extern struct LIST_INTERFACE li;
extern HINSTANCE g_hInst;
|