mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 16:43:51 +00:00
[SDK][SHELL32_APITEST] Fix some warnings (#7031)
This commit is contained in:
parent
c0ea1c0e9f
commit
212a1a5c74
10 changed files with 21 additions and 28 deletions
|
@ -2,17 +2,17 @@
|
|||
#ifndef __DDRAW_INCLUDED__
|
||||
#define __DDRAW_INCLUDED__
|
||||
|
||||
#if defined(_WIN32) && !defined(_NO_COM )
|
||||
#define COM_NO_WINDOWS_H
|
||||
#include <objbase.h>
|
||||
#if defined(_WIN32) && !defined(_NO_COM)
|
||||
#define COM_NO_WINDOWS_H
|
||||
#include <objbase.h>
|
||||
#else
|
||||
#define IUnknown void
|
||||
#if !defined(NT_BUILD_ENVIRONMENT) && !defined(WINNT)
|
||||
#ifndef CO_E_NOTINITIALIZED /* Avoid conflict warning with _HRESULT_TYPEDEF_(0x800401F0L) in winerror.h */
|
||||
#define CO_E_NOTINITIALIZED 0x800401F0L
|
||||
#define IUnknown void
|
||||
#if !defined(NT_BUILD_ENVIRONMENT) && !defined(WINNT)
|
||||
#ifndef CO_E_NOTINITIALIZED /* Avoid conflict warning with _HRESULT_TYPEDEF_(0x800401F0L) in winerror.h */
|
||||
#define CO_E_NOTINITIALIZED 0x800401F0L
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define _FACDD 0x876
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue