[Libreoffice-commits] .: embedserv/source
Tor Lillqvist
tml at kemper.freedesktop.org
Mon Jun 20 14:42:36 PDT 2011
embedserv/source/inc/embservconst.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 027e97dbb079897c6e344d6885f6b1f82cb09fae
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Mon Jun 20 23:33:53 2011 +0300
Include <guiddef.h> instad of <initguid.h>
<initguid.h> defines INITGUID (both in the Windows SDK and MinGW) and
then includes <guiddef.h>. We want to define INITGUID ourselves, in
just one place (dllentry.cxx).
diff --git a/embedserv/source/inc/embservconst.h b/embedserv/source/inc/embservconst.h
index ac4cdcf..a952c56 100644
--- a/embedserv/source/inc/embservconst.h
+++ b/embedserv/source/inc/embservconst.h
@@ -29,7 +29,7 @@
#ifndef _EMBSERVCONST_H_
#define _EMBSERVCONST_H_
-#include <initguid.h>
+#include <guiddef.h>
#ifndef _COMPHELPER_CLASSIDS_HXX
#include <comphelper/classids.hxx>
More information about the Libreoffice-commits
mailing list