[COMSUPP]

* Improve the header inclusions.

svn path=/trunk/; revision=59606
This commit is contained in:
Amine Khaldi 2013-08-01 14:11:58 +00:00
parent d1c2395c8b
commit 7d75217d58

View file

@ -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 *);