diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:05:24 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:05:24 +0000 |
commit | ca9c9658295945236c7abaedc35e94686aabfdea (patch) | |
tree | 455c2af330f2ed5a899bbd8eb414f4a1b101a701 /extensions/source/activex/main | |
parent | d041247b713dd9d8ec9056dba8269ce2846a11f1 (diff) |
INTEGRATION: CWS mingwport03 (1.2.680); FILE MERGED
2006/10/23 16:21:12 vg 1.2.680.1: #i53572# MinGW port
Diffstat (limited to 'extensions/source/activex/main')
-rw-r--r-- | extensions/source/activex/main/StdAfx2.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/source/activex/main/StdAfx2.cpp b/extensions/source/activex/main/StdAfx2.cpp index dda7bab38..9dc308f37 100644 --- a/extensions/source/activex/main/StdAfx2.cpp +++ b/extensions/source/activex/main/StdAfx2.cpp @@ -2,6 +2,9 @@ // stdafx1.pch will be the pre-compiled header // stdafx1.obj will contain the pre-compiled type information +#ifdef __MINGW32__ +#define _INIT_ATL_COMMON_VARS +#endif #include "stdafx2.h" #ifdef _ATL_STATIC_REGISTRY |