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  55f86ceb1f2e5e925a678e9decf181141bb301dc (commit)
       via  ff1602f864a282a7eece0dce6612e33a6a37b265 (commit)
      from  19e5a8a29816e5f9a61b53a444a127b87c55c12e (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=55f86ceb1f2e5e925a678e9decf181141bb301dc
commit 55f86ceb1f2e5e925a678e9decf181141bb301dc
Merge: 19e5a8a ff1602f
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Tue Jan 10 16:47:50 2017 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Tue Jan 10 16:47:50 2017 -0500

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


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ff1602f864a282a7eece0dce6612e33a6a37b265
commit ff1602f864a282a7eece0dce6612e33a6a37b265
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Tue Jan 10 16:45:12 2017 -0500
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Tue Jan 10 16:47:13 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..36b8747 100644
--- a/Utilities/cmvssetup/Setup.Configuration.h
+++ b/Utilities/cmvssetup/Setup.Configuration.h
@@ -23,6 +23,16 @@
 
 #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
+
 // Enumerations
 //
 /// <summary>

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

Summary of changes:
 Utilities/cmvssetup/Setup.Configuration.h |   10 ++++++++++
 1 file changed, 10 insertions(+)


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

Reply via email to