mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 05:00:27 +00:00
[CMAKE]
- Prevent some status codes redefinitions. svn path=/branches/cmake-bringup/; revision=50335
This commit is contained in:
parent
152b92b928
commit
aa6bee3557
1 changed files with 5 additions and 0 deletions
|
@ -95,7 +95,12 @@ extern "C" {
|
|||
# endif
|
||||
|
||||
# if defined (_STLP_NEW_PLATFORM_SDK) && !defined(_WDMDDK_)
|
||||
/* Define WIN32_NO_STATUS to prevent status codes redefinitions */
|
||||
# if !defined(WIN32_NO_STATUS)
|
||||
# define WIN32_NO_STATUS
|
||||
# endif
|
||||
# include <windef.h>
|
||||
|
||||
#ifndef InterlockedIncrement
|
||||
_STLP_IMPORT_DECLSPEC LONG _STLP_STDCALL InterlockedIncrement(IN OUT LONG volatile *);
|
||||
_STLP_IMPORT_DECLSPEC LONG _STLP_STDCALL InterlockedDecrement(IN OUT LONG volatile *);
|
||||
|
|
Loading…
Reference in a new issue