Author: akhaldi Date: Thu Aug 1 14:11:58 2013 New Revision: 59606
URL: http://svn.reactos.org/svn/reactos?rev=59606&view=rev Log: [COMSUPP] * Improve the header inclusions.
Modified: trunk/reactos/lib/sdk/comsupp/comsupp.cpp
Modified: trunk/reactos/lib/sdk/comsupp/comsupp.cpp URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/comsupp/comsupp.cpp... ============================================================================== --- trunk/reactos/lib/sdk/comsupp/comsupp.cpp [iso-8859-1] (original) +++ trunk/reactos/lib/sdk/comsupp/comsupp.cpp [iso-8859-1] Thu Aug 1 14:11:58 2013 @@ -5,8 +5,14 @@ * PROGRAMMER: Thomas Faber */
+#include <stdarg.h> + +#define WIN32_NO_STATUS +#define _INC_WINDOWS + +#include <windef.h> +#include <winbase.h> #include <comdef.h> -#include <comutil.h>
/* comdef.h */ typedef void WINAPI COM_ERROR_HANDLER(HRESULT, IErrorInfo *);