summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 13:48:51 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 13:48:51 +0000
commita6156e00555f2c9ad595aa74c707973b5f219688 (patch)
tree11722dbd6fa2eafd0579cdf21078c1dd5bb938cc
parentae99c8838ffb7f27c9254d6afc753696a7747de5 (diff)
INTEGRATION: CWS mingwport03 (1.4.6); FILE MERGED
2006/11/07 17:43:41 vg 1.4.6.2: RESYNC: (1.4-1.5); FILE MERGED 2006/09/07 15:54:54 vg 1.4.6.1: #i53572# MinGW port
-rwxr-xr-xembedserv/source/embed/register.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/embedserv/source/embed/register.cxx b/embedserv/source/embed/register.cxx
index 82fbaecfe01d..c00fb9884b8a 100755
--- a/embedserv/source/embed/register.cxx
+++ b/embedserv/source/embed/register.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: register.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: vg $ $Date: 2006-09-25 13:30:46 $
+ * last change: $Author: vg $ $Date: 2007-03-26 14:48:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,6 +36,9 @@
#pragma warning(disable : 4917 4555)
#endif
+#ifdef __MINGW32__
+#define INITGUID
+#endif
#include "servprov.hxx"
#ifndef _COM_SUN_STAR_LANG_XSINGLESERVICEFACTORY_HPP_