mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +00:00
[PSDK] Avoid CO_E_NOTINITIALIZED macro redefinition warning (#7649)
Addendum to commit 0e88f0485c
This commit is contained in:
parent
c8b2c4c94d
commit
357505e752
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@
|
|||
#else
|
||||
#define IUnknown void
|
||||
#if !defined(NT_BUILD_ENVIRONMENT) && !defined(WINNT)
|
||||
#define CO_E_NOTINITIALIZED 0x800401F0L
|
||||
#ifndef CO_E_NOTINITIALIZED /* Avoid conflict warning with _HRESULT_TYPEDEF_(0x800401F0L) in winerror.h */
|
||||
#define CO_E_NOTINITIALIZED 0x800401F0L
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue