diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:16:19 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:16:19 +0000 |
commit | 6146ecf6ca0e86e03d5d6d1603f88e175660ec5a (patch) | |
tree | 04c2a7e5821cf18d0dbc147810cfa9b1c934281c /extensions/source/activex/main | |
parent | 0a8a48012a5c14fdefe2ca44e9204a8a97f3fd13 (diff) |
INTEGRATION: CWS dbgmacros1 (1.1.72); FILE MERGED
2003/04/09 10:54:43 kso 1.1.72.1: #108413# - debug macro unification.
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; |