From c713ea1cda098e62b7964bcb27db38c458ec769b Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 20 Jun 2011 23:33:53 +0300 Subject: [PATCH] Include instad of defines INITGUID (both in the Windows SDK and MinGW) and then includes . We want to define INITGUID ourselves, in just one place (dllentry.cxx). --- embedserv/source/inc/embservconst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +#include #ifndef _COMPHELPER_CLASSIDS_HXX #include