diff options
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;
|