summaryrefslogtreecommitdiff
path: root/embedserv
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-06-20 23:33:53 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-06-21 00:00:04 +0300
commitc713ea1cda098e62b7964bcb27db38c458ec769b (patch)
treeefa15270b97bd9586fd3f5d6dc4f563fcaf71515 /embedserv
parent4b7ac96383256f8c831ae4d18d65f2574df8cb8e (diff)
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).
Diffstat (limited to 'embedserv')
-rw-r--r--embedserv/source/inc/embservconst.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/embedserv/source/inc/embservconst.h b/embedserv/source/inc/embservconst.h
index e682ec4aa5ee..d045c7837b57 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>