This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  3f697a732c4d737fa319020e435f43d973a29901 (commit)
       via  3a97a3713a498c9a89a1733131196f7fcd03552c (commit)
      from  2e8f576a9d8b320f420aca2aaf0ac51bf1f8a5c3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3f697a732c4d737fa319020e435f43d973a29901
commit 3f697a732c4d737fa319020e435f43d973a29901
Merge: 2e8f576 3a97a37
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Wed Jan 11 09:45:12 2017 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Wed Jan 11 09:45:12 2017 -0500

    Merge topic 'vs15-detect-from-installer' into next
    
    3a97a371 VS: Port Visual Studio Setup third-party header to older VS 
versions


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3a97a3713a498c9a89a1733131196f7fcd03552c
commit 3a97a3713a498c9a89a1733131196f7fcd03552c
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Tue Jan 10 16:45:12 2017 -0500
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Wed Jan 11 09:45:05 2017 -0500

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

diff --git a/Utilities/cmvssetup/Setup.Configuration.h 
b/Utilities/cmvssetup/Setup.Configuration.h
index cc01d27..6c9d8f9 100644
--- a/Utilities/cmvssetup/Setup.Configuration.h
+++ b/Utilities/cmvssetup/Setup.Configuration.h
@@ -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>

-----------------------------------------------------------------------

Summary of changes:


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to