mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[COMSUPP]
* Improve the header inclusions. svn path=/trunk/; revision=59606
This commit is contained in:
parent
d1c2395c8b
commit
7d75217d58
1 changed files with 7 additions and 1 deletions
|
@ -5,8 +5,14 @@
|
||||||
* PROGRAMMER: Thomas Faber
|
* PROGRAMMER: Thomas Faber
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdarg.h>
|
||||||
|
|
||||||
|
#define WIN32_NO_STATUS
|
||||||
|
#define _INC_WINDOWS
|
||||||
|
|
||||||
|
#include <windef.h>
|
||||||
|
#include <winbase.h>
|
||||||
#include <comdef.h>
|
#include <comdef.h>
|
||||||
#include <comutil.h>
|
|
||||||
|
|
||||||
/* comdef.h */
|
/* comdef.h */
|
||||||
typedef void WINAPI COM_ERROR_HANDLER(HRESULT, IErrorInfo *);
|
typedef void WINAPI COM_ERROR_HANDLER(HRESULT, IErrorInfo *);
|
||||||
|
|
Loading…
Reference in a new issue