Skip to content
Snippets Groups Projects
Commit 3a97a371 authored by Brad King's avatar Brad King
Browse files

VS: Port Visual Studio Setup third-party header to older VS versions

parent c93e85d8
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment