diff options
Diffstat (limited to 'extensions/source/activex/main')
-rw-r--r-- | extensions/source/activex/main/StdAfx2.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/extensions/source/activex/main/StdAfx2.h b/extensions/source/activex/main/StdAfx2.h index ac46cfe9d22a..7077ae20b5c9 100644 --- a/extensions/source/activex/main/StdAfx2.h +++ b/extensions/source/activex/main/StdAfx2.h @@ -17,11 +17,8 @@ #define _ATL_STATIC_REGISTRY #define min(a, b) (((a) < (b)) ? (a) : (b)) - -#if defined(_MSC_VER) && (_MSC_VER >= 1300) -#undef _DEBUG -#endif #include <atlbase.h> + //You may derive a class from CComModule and use it if you want to override //something, but do not change the name of _Module extern CComModule _Module; |