Kaydet (Commit) c713ea1c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

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).
üst 4b7ac963
......@@ -29,7 +29,7 @@
#ifndef _EMBSERVCONST_H_
#define _EMBSERVCONST_H_
#include <initguid.h>
#include <guiddef.h>
#ifndef _COMPHELPER_CLASSIDS_HXX
#include <comphelper/classids.hxx>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment