mirror of
https://github.com/reactos/CMake.git
synced 2024-11-29 06:20:23 +00:00
VS: Port Visual Studio Setup third-party header to older VS versions
This commit is contained in:
parent
c93e85d87e
commit
3a97a3713a
@ -23,6 +23,19 @@
|
||||
|
||||
#if defined(_WIN32) && !defined(__MINGW32__) && !defined(__MINGW64_VERSION_MAJOR)
|
||||
|
||||
#ifndef _Outptr_result_maybenull_
|
||||
#define _Outptr_result_maybenull_
|
||||
#endif
|
||||
#ifndef _Out_writes_to_
|
||||
#define _Out_writes_to_(x,y)
|
||||
#endif
|
||||
#ifndef _Reserved_
|
||||
#define _Reserved_
|
||||
#endif
|
||||
#ifndef MAXUINT
|
||||
#define MAXUINT ((UINT)~((UINT)0))
|
||||
#endif
|
||||
|
||||
// Enumerations
|
||||
//
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user