[commit] r2614 - in trunk: GME/Annotator GME/Common GME/Console GME/ConstraintManager GME/Core GME/GMEActiveBrowser GME/GMEView GME/Meta GME/Mga GME/MgaDecorators GME/MgaUtil GME/ObjectInspector GME/PanningView GME/Parser GME/PartBrowser GME/Search GME/XmlBackEnd Paradigms/MetaGME/MetaDecorator Paradigms/UML/decorator SDK/Decorator Examples/NewSample SDK/Decorator Examples/PlainSample SDK/DecoratorLib SDK/DecoratorWizard/Templates/1033 SDK/Java/native/AutoRouter SDK/Java/native/Jaut SDK/Java/native/JavaCompRegister SDK/Java/native/MgaDecoratorWrap Tools/ModelMigrate/FrontEnd

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Mon Nov 9 13:57:03 CST 2015


Author: ksmyth
Date: Mon Nov  9 13:57:03 2015
New Revision: 2614

Log:
Target WinXP and later

Modified:
   trunk/GME/Annotator/targetver.h
   trunk/GME/Common/targetver.h
   trunk/GME/Console/targetver.h
   trunk/GME/ConstraintManager/targetver.h
   trunk/GME/Core/targetver.h
   trunk/GME/GMEActiveBrowser/targetver.h
   trunk/GME/GMEView/stdafx.h
   trunk/GME/Meta/targetver.h
   trunk/GME/Mga/targetver.h
   trunk/GME/MgaDecorators/targetver.h
   trunk/GME/MgaUtil/targetver.h
   trunk/GME/ObjectInspector/targetver.h
   trunk/GME/PanningView/targetver.h
   trunk/GME/Parser/targetver.h
   trunk/GME/PartBrowser/targetver.h
   trunk/GME/Search/targetver.h
   trunk/GME/XmlBackEnd/targetver.h
   trunk/Paradigms/MetaGME/MetaDecorator/targetver.h
   trunk/Paradigms/UML/decorator/targetver.h
   trunk/SDK/Decorator Examples/NewSample/StdAfx.h
   trunk/SDK/Decorator Examples/PlainSample/StdAfx.h
   trunk/SDK/DecoratorLib/targetver.h
   trunk/SDK/DecoratorWizard/Templates/1033/StdAfx.h
   trunk/SDK/Java/native/AutoRouter/targetver.h
   trunk/SDK/Java/native/Jaut/targetver.h
   trunk/SDK/Java/native/JavaCompRegister/targetver.h
   trunk/SDK/Java/native/MgaDecoratorWrap/targetver.h
   trunk/Tools/ModelMigrate/FrontEnd/stdafx.h

Modified: trunk/GME/Annotator/targetver.h
==============================================================================
--- trunk/GME/Annotator/targetver.h	Mon Nov  9 13:56:46 2015	(r2613)
+++ trunk/GME/Annotator/targetver.h	Mon Nov  9 13:57:03 2015	(r2614)
@@ -8,19 +8,19 @@
 
 // Modify the following defines if you have to target a platform prior to the ones specified below.
 // Refer to MSDN for the latest info on corresponding values for different platforms.
-#ifndef WINVER                          // Specifies that the minimum required platform is Windows 2000.
-#define WINVER 0x0500           // Change this to the appropriate value to target other versions of Windows.
+#ifndef WINVER
+#define WINVER 0x0501
 #endif
 
-#ifndef _WIN32_WINNT            // Specifies that the minimum required platform is Windows 2000.
-#define _WIN32_WINNT 0x0500     // Change this to the appropriate value to target other versions of Windows.
+#ifndef _WIN32_WINNT
+#define _WIN32_WINNT 0x0501
 #endif
 
-#ifndef _WIN32_WINDOWS          // Specifies that the minimum required platform is Windows Me.
-#define _WIN32_WINDOWS 0x0500 // Change this to the appropriate value to target Windows Me or later.
+#ifndef _WIN32_WINDOWS
+#define _WIN32_WINDOWS 0x0501
 #endif
 
-#ifndef _WIN32_IE                       // Specifies that the minimum required platform is Internet Explorer 5.5.
-#define _WIN32_IE 0x0550        // Change this to the appropriate value to target other versions of IE.
+#ifndef _WIN32_IE
+#define _WIN32_IE 0x0550
 #endif
 

Modified: trunk/GME/Common/targetver.h
==============================================================================
--- trunk/GME/Common/targetver.h	Mon Nov  9 13:56:46 2015	(r2613)
+++ trunk/GME/Common/targetver.h	Mon Nov  9 13:57:03 2015	(r2614)
@@ -8,19 +8,19 @@
 
 // Modify the following defines if you have to target a platform prior to the ones specified below.
 // Refer to MSDN for the latest info on corresponding values for different platforms.
-#ifndef WINVER                          // Specifies that the minimum required platform is Windows 2000.
-#define WINVER 0x0500           // Change this to the appropriate value to target other versions of Windows.
+#ifndef WINVER
+#define WINVER 0x0501
 #endif
 
-#ifndef _WIN32_WINNT            // Specifies that the minimum required platform is Windows 2000.
-#define _WIN32_WINNT 0x0500     // Change this to the appropriate value to target other versions of Windows.
+#ifndef _WIN32_WINNT
+#define _WIN32_WINNT 0x0501
 #endif
 
-#ifndef _WIN32_WINDOWS          // Specifies that the minimum required platform is Windows Me.
-#define _WIN32_WINDOWS 0x0500 // Change this to the appropriate value to target Windows Me or later.
+#ifndef _WIN32_WINDOWS
+#define _WIN32_WINDOWS 0x0501
 #endif
 
-#ifndef _WIN32_IE                       // Specifies that the minimum required platform is Internet Explorer 5.5.
-#define _WIN32_IE 0x0550        // Change this to the appropriate value to target other versions of IE.
+#ifndef _WIN32_IE
+#define _WIN32_IE 0x0550
 #endif
 

Modified: trunk/GME/Console/targetver.h
==============================================================================
--- trunk/GME/Console/targetver.h	Mon Nov  9 13:56:46 2015	(r2613)
+++ trunk/GME/Console/targetver.h	Mon Nov  9 13:57:03 2015	(r2614)
@@ -8,19 +8,19 @@
 
 // Modify the following defines if you have to target a platform prior to the ones specified below.
 // Refer to MSDN for the latest info on corresponding values for different platforms.
-#ifndef WINVER                          // Specifies that the minimum required platform is Windows 2000.
-#define WINVER 0x0500           // Change this to the appropriate value to target other versions of Windows.
+#ifndef WINVER
+#define WINVER 0x0501
 #endif
 
-#ifndef _WIN32_WINNT            // Specifies that the minimum required platform is Windows 2000.
-#define _WIN32_WINNT 0x0500     // Change this to the appropriate value to target other versions of Windows.
+#ifndef _WIN32_WINNT
+#define _WIN32_WINNT 0x0501
 #endif
 
-#ifndef _WIN32_WINDOWS          // Specifies that the minimum required platform is Windows Me.
-#define _WIN32_WINDOWS 0x0500 // Change this to the appropriate value to target Windows Me or later.
+#ifndef _WIN32_WINDOWS
+#define _WIN32_WINDOWS 0x0501
 #endif
 
-#ifndef _WIN32_IE                       // Specifies that the minimum required platform is Internet Explorer 5.5.
-#define _WIN32_IE 0x0550        // Change this to the appropriate value to target other versions of IE.
+#ifndef _WIN32_IE
+#define _WIN32_IE 0x0550
 #endif
 

Modified: trunk/GME/ConstraintManager/targetver.h
==============================================================================
--- trunk/GME/ConstraintManager/targetver.h	Mon Nov  9 13:56:46 2015	(r2613)
+++ trunk/GME/ConstraintManager/targetver.h	Mon Nov  9 13:57:03 2015	(r2614)
@@ -8,19 +8,19 @@
 
 // Modify the following defines if you have to target a platform prior to the ones specified below.
 // Refer to MSDN for the latest info on corresponding values for different platforms.
-#ifndef WINVER                          // Specifies that the minimum required platform is Windows XP.
-#define WINVER 0x0501           // Change this to the appropriate value to target other versions of Windows.
+#ifndef WINVER
+#define WINVER 0x0501
 #endif
 
-#ifndef _WIN32_WINNT            // Specifies that the minimum required platform is Windows XP.
-#define _WIN32_WINNT 0x0501     // Change this to the appropriate value to target other versions of Windows.
+#ifndef _WIN32_WINNT
+#define _WIN32_WINNT 0x0501
 #endif
 
-#ifndef _WIN32_WINDOWS          // Specifies that the minimum required platform is Windows Me.
-#define _WIN32_WINDOWS 0x0500 // Change this to the appropriate value to target Windows Me or later.
+#ifndef _WIN32_WINDOWS
+#define _WIN32_WINDOWS 0x0501
 #endif
 
-#ifndef _WIN32_IE                       // Specifies that the minimum required platform is Internet Explorer 5.5.
-#define _WIN32_IE 0x0550        // Change this to the appropriate value to target other versions of IE.
+#ifndef _WIN32_IE
+#define _WIN32_IE 0x0550
 #endif
 

Modified: trunk/GME/Core/targetver.h
==============================================================================
--- trunk/GME/Core/targetver.h	Mon Nov  9 13:56:46 2015	(r2613)
+++ trunk/GME/Core/targetver.h	Mon Nov  9 13:57:03 2015	(r2614)
@@ -8,19 +8,19 @@
 
 // Modify the following defines if you have to target a platform prior to the ones specified below.
 // Refer to MSDN for the latest info on corresponding values for different platforms.
-#ifndef WINVER                          // Specifies that the minimum required platform is Windows 2000.
-#define WINVER 0x0500           // Change this to the appropriate value to target other versions of Windows.
+#ifndef WINVER
+#define WINVER 0x0501
 #endif
 
-#ifndef _WIN32_WINNT            // Specifies that the minimum required platform is Windows 2000.
-#define _WIN32_WINNT 0x0500     // Change this to the appropriate value to target other versions of Windows.
+#ifndef _WIN32_WINNT
+#define _WIN32_WINNT 0x0501
 #endif
 
-#ifndef _WIN32_WINDOWS          // Specifies that the minimum required platform is Windows Me.
-#define _WIN32_WINDOWS 0x0500 // Change this to the appropriate value to target Windows Me or later.
+#ifndef _WIN32_WINDOWS
+#define _WIN32_WINDOWS 0x0501
 #endif
 
-#ifndef _WIN32_IE                       // Specifies that the minimum required platform is Internet Explorer 5.5.
-#define _WIN32_IE 0x0550        // Change this to the appropriate value to target other versions of IE.
+#ifndef _WIN32_IE
+#define _WIN32_IE 0x0550
 #endif
 

Modified: trunk/GME/GMEActiveBrowser/targetver.h
==============================================================================
--- trunk/GME/GMEActiveBrowser/targetver.h	Mon Nov  9 13:56:46 2015	(r2613)
+++ trunk/GME/GMEActiveBrowser/targetver.h	Mon Nov  9 13:57:03 2015	(r2614)
@@ -8,19 +8,19 @@
 
 // Modify the following defines if you have to target a platform prior to the ones specified below.
 // Refer to MSDN for the latest info on corresponding values for different platforms.
-#ifndef WINVER                          // Specifies that the minimum required platform is Windows XP.
-#define WINVER 0x0501           // Change this to the appropriate value to target other versions of Windows.
+#ifndef WINVER
+#define WINVER 0x0501
 #endif
 
-#ifndef _WIN32_WINNT            // Specifies that the minimum required platform is Windows XP.
-#define _WIN32_WINNT 0x0501     // Change this to the appropriate value to target other versions of Windows.
+#ifndef _WIN32_WINNT
+#define _WIN32_WINNT 0x0501
 #endif
 
-#ifndef _WIN32_WINDOWS          // Specifies that the minimum required platform is Windows Me.
-#define _WIN32_WINDOWS 0x0500 // Change this to the appropriate value to target Windows Me or later.
+#ifndef _WIN32_WINDOWS
+#define _WIN32_WINDOWS 0x0501
 #endif
 
-#ifndef _WIN32_IE                       // Specifies that the minimum required platform is Internet Explorer 5.5.
-#define _WIN32_IE 0x0550        // Change this to the appropriate value to target other versions of IE.
+#ifndef _WIN32_IE
+#define _WIN32_IE 0x0550
 #endif
 

Modified: trunk/GME/GMEView/stdafx.h
==============================================================================
--- trunk/GME/GMEView/stdafx.h	Mon Nov  9 13:56:46 2015	(r2613)
+++ trunk/GME/GMEView/stdafx.h	Mon Nov  9 13:57:03 2015	(r2614)
@@ -15,20 +15,20 @@
 
 // Modify the following defines if you have to target a platform prior to the ones specified below.
 // Refer to MSDN for the latest info on corresponding values for different platforms.
-#ifndef WINVER				// Allow use of features specific to Windows 95 and Windows NT 4 or later.
-#define WINVER 0x0500		// Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
+#ifndef WINVER				
+#define WINVER 0x0501		
 #endif
 
-#ifndef _WIN32_WINNT		// Allow use of features specific to Windows NT 4 or later.
-#define _WIN32_WINNT 0x0500	// Change this to the appropriate value to target Windows 2000 or later.
+#ifndef _WIN32_WINNT		
+#define _WIN32_WINNT 0x0501	
 #endif						
 
-#ifndef _WIN32_WINDOWS		// Allow use of features specific to Windows 98 or later.
-#define _WIN32_WINDOWS 0x0510 // Change this to the appropriate value to target Windows Me or later.
+#ifndef _WIN32_WINDOWS		
+#define _WIN32_WINDOWS 0x0510
 #endif
 
-#ifndef _WIN32_IE			// Allow use of features specific to IE 4.0 or later.
-#define _WIN32_IE 0x0600	// Change this to the appropriate value to target IE 5.0 or later.
+#ifndef _WIN32_IE			
+#define _WIN32_IE 0x0600	
 #endif
 
 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS	// some CString constructors will be explicit

Modified: trunk/GME/Meta/targetver.h
==============================================================================
--- trunk/GME/Meta/targetver.h	Mon Nov  9 13:56:46 2015	(r2613)
+++ trunk/GME/Meta/targetver.h	Mon Nov  9 13:57:03 2015	(r2614)
@@ -8,19 +8,19 @@
 
 // Modify the following defines if you have to target a platform prior to the ones specified below.
 // Refer to MSDN for the latest info on corresponding values for different platforms.
-#ifndef WINVER                          // Specifies that the minimum required platform is Windows 2000.
-#define WINVER 0x0500           // Change this to the appropriate value to target other versions of Windows.
+#ifndef WINVER
+#define WINVER 0x0501
 #endif
 
-#ifndef _WIN32_WINNT            // Specifies that the minimum required platform is Windows 2000.
-#define _WIN32_WINNT 0x0500     // Change this to the appropriate value to target other versions of Windows.
+#ifndef _WIN32_WINNT
+#define _WIN32_WINNT 0x0501
 #endif
 
-#ifndef _WIN32_WINDOWS          // Specifies that the minimum required platform is Windows Me.
-#define _WIN32_WINDOWS 0x0500 // Change this to the appropriate value to target Windows Me or later.
+#ifndef _WIN32_WINDOWS
+#define _WIN32_WINDOWS 0x0501
 #endif
 
-#ifndef _WIN32_IE                       // Specifies that the minimum required platform is Internet Explorer 5.5.
-#define _WIN32_IE 0x0550        // Change this to the appropriate value to target other versions of IE.
+#ifndef _WIN32_IE
+#define _WIN32_IE 0x0550
 #endif
 

Modified: trunk/GME/Mga/targetver.h
==============================================================================
--- trunk/GME/Mga/targetver.h	Mon Nov  9 13:56:46 2015	(r2613)
+++ trunk/GME/Mga/targetver.h	Mon Nov  9 13:57:03 2015	(r2614)
@@ -8,19 +8,19 @@
 
 // Modify the following defines if you have to target a platform prior to the ones specified below.
 // Refer to MSDN for the latest info on corresponding values for different platforms.
-#ifndef WINVER                          // Specifies that the minimum required platform is Windows 2000.
-#define WINVER 0x0500           // Change this to the appropriate value to target other versions of Windows.
+#ifndef WINVER
+#define WINVER 0x0501
 #endif
 
-#ifndef _WIN32_WINNT            // Specifies that the minimum required platform is Windows 2000.
-#define _WIN32_WINNT 0x0500     // Change this to the appropriate value to target other versions of Windows.
+#ifndef _WIN32_WINNT
+#define _WIN32_WINNT 0x0501
 #endif
 
-#ifndef _WIN32_WINDOWS          // Specifies that the minimum required platform is Windows Me.
-#define _WIN32_WINDOWS 0x0500 // Change this to the appropriate value to target Windows Me or later.
+#ifndef _WIN32_WINDOWS
+#define _WIN32_WINDOWS 0x0501
 #endif
 
-#ifndef _WIN32_IE                       // Specifies that the minimum required platform is Internet Explorer 5.5.
-#define _WIN32_IE 0x0550        // Change this to the appropriate value to target other versions of IE.
+#ifndef _WIN32_IE
+#define _WIN32_IE 0x0550
 #endif
 

Modified: trunk/GME/MgaDecorators/targetver.h
==============================================================================
--- trunk/GME/MgaDecorators/targetver.h	Mon Nov  9 13:56:46 2015	(r2613)
+++ trunk/GME/MgaDecorators/targetver.h	Mon Nov  9 13:57:03 2015	(r2614)
@@ -8,19 +8,19 @@
 
 // Modify the following defines if you have to target a platform prior to the ones specified below.
 // Refer to MSDN for the latest info on corresponding values for different platforms.
-#ifndef WINVER                          // Specifies that the minimum required platform is Windows 2000.
-#define WINVER 0x0500           // Change this to the appropriate value to target other versions of Windows.
+#ifndef WINVER
+#define WINVER 0x0501
 #endif
 
-#ifndef _WIN32_WINNT            // Specifies that the minimum required platform is Windows 2000.
-#define _WIN32_WINNT 0x0500     // Change this to the appropriate value to target other versions of Windows.
+#ifndef _WIN32_WINNT
+#define _WIN32_WINNT 0x0501
 #endif
 
-#ifndef _WIN32_WINDOWS          // Specifies that the minimum required platform is Windows Me.
-#define _WIN32_WINDOWS 0x0500 // Change this to the appropriate value to target Windows Me or later.
+#ifndef _WIN32_WINDOWS
+#define _WIN32_WINDOWS 0x0501
 #endif
 
-#ifndef _WIN32_IE                       // Specifies that the minimum required platform is Internet Explorer 5.5.
-#define _WIN32_IE 0x0550        // Change this to the appropriate value to target other versions of IE.
+#ifndef _WIN32_IE
+#define _WIN32_IE 0x0550
 #endif
 

Modified: trunk/GME/MgaUtil/targetver.h
==============================================================================
--- trunk/GME/MgaUtil/targetver.h	Mon Nov  9 13:56:46 2015	(r2613)
+++ trunk/GME/MgaUtil/targetver.h	Mon Nov  9 13:57:03 2015	(r2614)
@@ -8,19 +8,19 @@
 
 // Modify the following defines if you have to target a platform prior to the ones specified below.
 // Refer to MSDN for the latest info on corresponding values for different platforms.
-#ifndef WINVER                          // Specifies that the minimum required platform is Windows XP.
-#define WINVER 0x0501           // Change this to the appropriate value to target other versions of Windows.
+#ifndef WINVER
+#define WINVER 0x0501
 #endif
 
-#ifndef _WIN32_WINNT            // Specifies that the minimum required platform is Windows XP.
-#define _WIN32_WINNT 0x0501     // Change this to the appropriate value to target other versions of Windows.
+#ifndef _WIN32_WINNT
+#define _WIN32_WINNT 0x0501
 #endif
 
-#ifndef _WIN32_WINDOWS          // Specifies that the minimum required platform is Windows Me.
-#define _WIN32_WINDOWS 0x0500 // Change this to the appropriate value to target Windows Me or later.
+#ifndef _WIN32_WINDOWS
+#define _WIN32_WINDOWS 0x0501
 #endif
 
-#ifndef _WIN32_IE                       // Specifies that the minimum required platform is Internet Explorer 5.5.
-#define _WIN32_IE 0x0550        // Change this to the appropriate value to target other versions of IE.
+#ifndef _WIN32_IE
+#define _WIN32_IE 0x0550
 #endif
 

Modified: trunk/GME/ObjectInspector/targetver.h
==============================================================================
--- trunk/GME/ObjectInspector/targetver.h	Mon Nov  9 13:56:46 2015	(r2613)
+++ trunk/GME/ObjectInspector/targetver.h	Mon Nov  9 13:57:03 2015	(r2614)
@@ -8,19 +8,19 @@
 
 // Modify the following defines if you have to target a platform prior to the ones specified below.
 // Refer to MSDN for the latest info on corresponding values for different platforms.
-#ifndef WINVER                          // Specifies that the minimum required platform is Windows 2000.
-#define WINVER 0x0500           // Change this to the appropriate value to target other versions of Windows.
+#ifndef WINVER
+#define WINVER 0x0501
 #endif
 
-#ifndef _WIN32_WINNT            // Specifies that the minimum required platform is Windows 2000.
-#define _WIN32_WINNT 0x0500     // Change this to the appropriate value to target other versions of Windows.
+#ifndef _WIN32_WINNT
+#define _WIN32_WINNT 0x0501
 #endif
 
-#ifndef _WIN32_WINDOWS          // Specifies that the minimum required platform is Windows Me.
-#define _WIN32_WINDOWS 0x0500 // Change this to the appropriate value to target Windows Me or later.
+#ifndef _WIN32_WINDOWS
+#define _WIN32_WINDOWS 0x0501
 #endif
 
-#ifndef _WIN32_IE                       // Specifies that the minimum required platform is Internet Explorer 5.5.
-#define _WIN32_IE 0x0550        // Change this to the appropriate value to target other versions of IE.
+#ifndef _WIN32_IE
+#define _WIN32_IE 0x0550
 #endif
 

Modified: trunk/GME/PanningView/targetver.h
==============================================================================
--- trunk/GME/PanningView/targetver.h	Mon Nov  9 13:56:46 2015	(r2613)
+++ trunk/GME/PanningView/targetver.h	Mon Nov  9 13:57:03 2015	(r2614)
@@ -8,19 +8,19 @@
 
 // Modify the following defines if you have to target a platform prior to the ones specified below.
 // Refer to MSDN for the latest info on corresponding values for different platforms.
-#ifndef WINVER                          // Specifies that the minimum required platform is Windows 2000.
-#define WINVER 0x0500           // Change this to the appropriate value to target other versions of Windows.
+#ifndef WINVER
+#define WINVER 0x0501
 #endif
 
-#ifndef _WIN32_WINNT            // Specifies that the minimum required platform is Windows 2000.
-#define _WIN32_WINNT 0x0500     // Change this to the appropriate value to target other versions of Windows.
+#ifndef _WIN32_WINNT
+#define _WIN32_WINNT 0x0501
 #endif
 
-#ifndef _WIN32_WINDOWS          // Specifies that the minimum required platform is Windows Me.
-#define _WIN32_WINDOWS 0x0500 // Change this to the appropriate value to target Windows Me or later.
+#ifndef _WIN32_WINDOWS
+#define _WIN32_WINDOWS 0x0501
 #endif
 
-#ifndef _WIN32_IE                       // Specifies that the minimum required platform is Internet Explorer 5.5.
-#define _WIN32_IE 0x0550        // Change this to the appropriate value to target other versions of IE.
+#ifndef _WIN32_IE
+#define _WIN32_IE 0x0550
 #endif
 

Modified: trunk/GME/Parser/targetver.h
==============================================================================
--- trunk/GME/Parser/targetver.h	Mon Nov  9 13:56:46 2015	(r2613)
+++ trunk/GME/Parser/targetver.h	Mon Nov  9 13:57:03 2015	(r2614)
@@ -8,19 +8,19 @@
 
 // Modify the following defines if you have to target a platform prior to the ones specified below.
 // Refer to MSDN for the latest info on corresponding values for different platforms.
-#ifndef WINVER                          // Specifies that the minimum required platform is Windows 2000.
-#define WINVER 0x0500           // Change this to the appropriate value to target other versions of Windows.
+#ifndef WINVER
+#define WINVER 0x0501
 #endif
 
-#ifndef _WIN32_WINNT            // Specifies that the minimum required platform is Windows 2000.
-#define _WIN32_WINNT 0x0500     // Change this to the appropriate value to target other versions of Windows.
+#ifndef _WIN32_WINNT
+#define _WIN32_WINNT 0x0501
 #endif
 
-#ifndef _WIN32_WINDOWS          // Specifies that the minimum required platform is Windows Me.
-#define _WIN32_WINDOWS 0x0500 // Change this to the appropriate value to target Windows Me or later.
+#ifndef _WIN32_WINDOWS
+#define _WIN32_WINDOWS 0x0501
 #endif
 
-#ifndef _WIN32_IE                       // Specifies that the minimum required platform is Internet Explorer 5.5.
-#define _WIN32_IE 0x0550        // Change this to the appropriate value to target other versions of IE.
+#ifndef _WIN32_IE
+#define _WIN32_IE 0x0550
 #endif
 

Modified: trunk/GME/PartBrowser/targetver.h
==============================================================================
--- trunk/GME/PartBrowser/targetver.h	Mon Nov  9 13:56:46 2015	(r2613)
+++ trunk/GME/PartBrowser/targetver.h	Mon Nov  9 13:57:03 2015	(r2614)
@@ -8,19 +8,19 @@
 
 // Modify the following defines if you have to target a platform prior to the ones specified below.
 // Refer to MSDN for the latest info on corresponding values for different platforms.
-#ifndef WINVER                          // Specifies that the minimum required platform is Windows 2000.
-#define WINVER 0x0500           // Change this to the appropriate value to target other versions of Windows.
+#ifndef WINVER
+#define WINVER 0x0501
 #endif
 
-#ifndef _WIN32_WINNT            // Specifies that the minimum required platform is Windows 2000.
-#define _WIN32_WINNT 0x0500     // Change this to the appropriate value to target other versions of Windows.
+#ifndef _WIN32_WINNT
+#define _WIN32_WINNT 0x0501
 #endif
 
-#ifndef _WIN32_WINDOWS          // Specifies that the minimum required platform is Windows Me.
-#define _WIN32_WINDOWS 0x0500 // Change this to the appropriate value to target Windows Me or later.
+#ifndef _WIN32_WINDOWS
+#define _WIN32_WINDOWS 0x0501
 #endif
 
-#ifndef _WIN32_IE                       // Specifies that the minimum required platform is Internet Explorer 5.5.
-#define _WIN32_IE 0x0550        // Change this to the appropriate value to target other versions of IE.
+#ifndef _WIN32_IE
+#define _WIN32_IE 0x0550
 #endif
 

Modified: trunk/GME/Search/targetver.h
==============================================================================
--- trunk/GME/Search/targetver.h	Mon Nov  9 13:56:46 2015	(r2613)
+++ trunk/GME/Search/targetver.h	Mon Nov  9 13:57:03 2015	(r2614)
@@ -8,19 +8,19 @@
 
 // Modify the following defines if you have to target a platform prior to the ones specified below.
 // Refer to MSDN for the latest info on corresponding values for different platforms.
-#ifndef WINVER                          // Specifies that the minimum required platform is Windows 2000.
-#define WINVER 0x0500           // Change this to the appropriate value to target other versions of Windows.
+#ifndef WINVER
+#define WINVER 0x0501
 #endif
 
-#ifndef _WIN32_WINNT            // Specifies that the minimum required platform is Windows 2000.
-#define _WIN32_WINNT 0x0500     // Change this to the appropriate value to target other versions of Windows.
+#ifndef _WIN32_WINNT
+#define _WIN32_WINNT 0x0501
 #endif
 
-#ifndef _WIN32_WINDOWS          // Specifies that the minimum required platform is Windows Me.
-#define _WIN32_WINDOWS 0x0500 // Change this to the appropriate value to target Windows Me or later.
+#ifndef _WIN32_WINDOWS
+#define _WIN32_WINDOWS 0x0501
 #endif
 
-#ifndef _WIN32_IE                       // Specifies that the minimum required platform is Internet Explorer 5.5.
-#define _WIN32_IE 0x0550        // Change this to the appropriate value to target other versions of IE.
+#ifndef _WIN32_IE
+#define _WIN32_IE 0x0550
 #endif
 

Modified: trunk/GME/XmlBackEnd/targetver.h
==============================================================================
--- trunk/GME/XmlBackEnd/targetver.h	Mon Nov  9 13:56:46 2015	(r2613)
+++ trunk/GME/XmlBackEnd/targetver.h	Mon Nov  9 13:57:03 2015	(r2614)
@@ -8,19 +8,19 @@
 
 // Modify the following defines if you have to target a platform prior to the ones specified below.
 // Refer to MSDN for the latest info on corresponding values for different platforms.
-#ifndef WINVER                          // Specifies that the minimum required platform is Windows XP.
-#define WINVER 0x0501           // Change this to the appropriate value to target other versions of Windows.
+#ifndef WINVER
+#define WINVER 0x0501
 #endif
 
-#ifndef _WIN32_WINNT            // Specifies that the minimum required platform is Windows XP.
-#define _WIN32_WINNT 0x0501     // Change this to the appropriate value to target other versions of Windows.
+#ifndef _WIN32_WINNT
+#define _WIN32_WINNT 0x0501
 #endif
 
-#ifndef _WIN32_WINDOWS          // Specifies that the minimum required platform is Windows Me.
-#define _WIN32_WINDOWS 0x0501 // Change this to the appropriate value to target Windows Me or later.
+#ifndef _WIN32_WINDOWS
+#define _WIN32_WINDOWS 0x0501
 #endif
 
-#ifndef _WIN32_IE                       // Specifies that the minimum required platform is Internet Explorer 5.5.
-#define _WIN32_IE 0x0550        // Change this to the appropriate value to target other versions of IE.
+#ifndef _WIN32_IE
+#define _WIN32_IE 0x0550
 #endif
 

Modified: trunk/Paradigms/MetaGME/MetaDecorator/targetver.h
==============================================================================
--- trunk/Paradigms/MetaGME/MetaDecorator/targetver.h	Mon Nov  9 13:56:46 2015	(r2613)
+++ trunk/Paradigms/MetaGME/MetaDecorator/targetver.h	Mon Nov  9 13:57:03 2015	(r2614)
@@ -8,19 +8,19 @@
 
 // Modify the following defines if you have to target a platform prior to the ones specified below.
 // Refer to MSDN for the latest info on corresponding values for different platforms.
-#ifndef WINVER                          // Specifies that the minimum required platform is Windows 2000.
-#define WINVER 0x0500           // Change this to the appropriate value to target other versions of Windows.
+#ifndef WINVER
+#define WINVER 0x0501
 #endif
 
-#ifndef _WIN32_WINNT            // Specifies that the minimum required platform is Windows 2000.
-#define _WIN32_WINNT 0x0500     // Change this to the appropriate value to target other versions of Windows.
+#ifndef _WIN32_WINNT
+#define _WIN32_WINNT 0x0501
 #endif
 
-#ifndef _WIN32_WINDOWS          // Specifies that the minimum required platform is Windows Me.
-#define _WIN32_WINDOWS 0x0500 // Change this to the appropriate value to target Windows Me or later.
+#ifndef _WIN32_WINDOWS
+#define _WIN32_WINDOWS 0x0501
 #endif
 
-#ifndef _WIN32_IE                       // Specifies that the minimum required platform is Internet Explorer 5.5.
-#define _WIN32_IE 0x0550        // Change this to the appropriate value to target other versions of IE.
+#ifndef _WIN32_IE
+#define _WIN32_IE 0x0550
 #endif
 

Modified: trunk/Paradigms/UML/decorator/targetver.h
==============================================================================
--- trunk/Paradigms/UML/decorator/targetver.h	Mon Nov  9 13:56:46 2015	(r2613)
+++ trunk/Paradigms/UML/decorator/targetver.h	Mon Nov  9 13:57:03 2015	(r2614)
@@ -8,19 +8,19 @@
 
 // Modify the following defines if you have to target a platform prior to the ones specified below.
 // Refer to MSDN for the latest info on corresponding values for different platforms.
-#ifndef WINVER                          // Specifies that the minimum required platform is Windows 2000.
-#define WINVER 0x0500           // Change this to the appropriate value to target other versions of Windows.
+#ifndef WINVER
+#define WINVER 0x0501
 #endif
 
-#ifndef _WIN32_WINNT            // Specifies that the minimum required platform is Windows 2000.
-#define _WIN32_WINNT 0x0500     // Change this to the appropriate value to target other versions of Windows.
+#ifndef _WIN32_WINNT
+#define _WIN32_WINNT 0x0501
 #endif
 
-#ifndef _WIN32_WINDOWS          // Specifies that the minimum required platform is Windows Me.
-#define _WIN32_WINDOWS 0x0500 // Change this to the appropriate value to target Windows Me or later.
+#ifndef _WIN32_WINDOWS
+#define _WIN32_WINDOWS 0x0501
 #endif
 
-#ifndef _WIN32_IE                       // Specifies that the minimum required platform is Internet Explorer 5.5.
-#define _WIN32_IE 0x0550        // Change this to the appropriate value to target other versions of IE.
+#ifndef _WIN32_IE
+#define _WIN32_IE 0x0550
 #endif
 

Modified: trunk/SDK/Decorator Examples/NewSample/StdAfx.h
==============================================================================
--- trunk/SDK/Decorator Examples/NewSample/StdAfx.h	Mon Nov  9 13:56:46 2015	(r2613)
+++ trunk/SDK/Decorator Examples/NewSample/StdAfx.h	Mon Nov  9 13:57:03 2015	(r2614)
@@ -11,7 +11,7 @@
 
 #define STRICT
 #ifndef _WIN32_WINNT
-#define _WIN32_WINNT 0x0500
+#define _WIN32_WINNT 0x0501
 #endif
 #define _ATL_APARTMENT_THREADED
 

Modified: trunk/SDK/Decorator Examples/PlainSample/StdAfx.h
==============================================================================
--- trunk/SDK/Decorator Examples/PlainSample/StdAfx.h	Mon Nov  9 13:56:46 2015	(r2613)
+++ trunk/SDK/Decorator Examples/PlainSample/StdAfx.h	Mon Nov  9 13:57:03 2015	(r2614)
@@ -11,7 +11,7 @@
 
 #define STRICT
 #ifndef _WIN32_WINNT
-#define _WIN32_WINNT 0x0500
+#define _WIN32_WINNT 0x0501
 #endif
 #define _ATL_APARTMENT_THREADED
 

Modified: trunk/SDK/DecoratorLib/targetver.h
==============================================================================
--- trunk/SDK/DecoratorLib/targetver.h	Mon Nov  9 13:56:46 2015	(r2613)
+++ trunk/SDK/DecoratorLib/targetver.h	Mon Nov  9 13:57:03 2015	(r2614)
@@ -8,19 +8,19 @@
 
 // Modify the following defines if you have to target a platform prior to the ones specified below.
 // Refer to MSDN for the latest info on corresponding values for different platforms.
-#ifndef WINVER                          // Specifies that the minimum required platform is Windows 2000.
-#define WINVER 0x0500           // Change this to the appropriate value to target other versions of Windows.
+#ifndef WINVER
+#define WINVER 0x0501
 #endif
 
-#ifndef _WIN32_WINNT            // Specifies that the minimum required platform is Windows 2000.
-#define _WIN32_WINNT 0x0500     // Change this to the appropriate value to target other versions of Windows.
+#ifndef _WIN32_WINNT
+#define _WIN32_WINNT 0x0501
 #endif
 
-#ifndef _WIN32_WINDOWS          // Specifies that the minimum required platform is Windows Me.
-#define _WIN32_WINDOWS 0x0500 // Change this to the appropriate value to target Windows Me or later.
+#ifndef _WIN32_WINDOWS
+#define _WIN32_WINDOWS 0x0501
 #endif
 
-#ifndef _WIN32_IE                       // Specifies that the minimum required platform is Internet Explorer 5.5.
-#define _WIN32_IE 0x0550        // Change this to the appropriate value to target other versions of IE.
+#ifndef _WIN32_IE
+#define _WIN32_IE 0x0550
 #endif
 

Modified: trunk/SDK/DecoratorWizard/Templates/1033/StdAfx.h
==============================================================================
--- trunk/SDK/DecoratorWizard/Templates/1033/StdAfx.h	Mon Nov  9 13:56:46 2015	(r2613)
+++ trunk/SDK/DecoratorWizard/Templates/1033/StdAfx.h	Mon Nov  9 13:57:03 2015	(r2614)
@@ -11,7 +11,7 @@
 
 #define STRICT
 #ifndef _WIN32_WINNT
-#define _WIN32_WINNT 0x0500
+#define _WIN32_WINNT 0x0501
 #endif
 #define _ATL_APARTMENT_THREADED
 

Modified: trunk/SDK/Java/native/AutoRouter/targetver.h
==============================================================================
--- trunk/SDK/Java/native/AutoRouter/targetver.h	Mon Nov  9 13:56:46 2015	(r2613)
+++ trunk/SDK/Java/native/AutoRouter/targetver.h	Mon Nov  9 13:57:03 2015	(r2614)
@@ -8,19 +8,19 @@
 
 // Modify the following defines if you have to target a platform prior to the ones specified below.
 // Refer to MSDN for the latest info on corresponding values for different platforms.
-#ifndef WINVER                          // Specifies that the minimum required platform is Windows 2000.
-#define WINVER 0x0500           // Change this to the appropriate value to target other versions of Windows.
+#ifndef WINVER
+#define WINVER 0x0501
 #endif
 
-#ifndef _WIN32_WINNT            // Specifies that the minimum required platform is Windows 2000.
-#define _WIN32_WINNT 0x0500     // Change this to the appropriate value to target other versions of Windows.
+#ifndef _WIN32_WINNT
+#define _WIN32_WINNT 0x0501
 #endif
 
-#ifndef _WIN32_WINDOWS          // Specifies that the minimum required platform is Windows Me.
-#define _WIN32_WINDOWS 0x0500 // Change this to the appropriate value to target Windows Me or later.
+#ifndef _WIN32_WINDOWS
+#define _WIN32_WINDOWS 0x0501
 #endif
 
-#ifndef _WIN32_IE                       // Specifies that the minimum required platform is Internet Explorer 5.5.
-#define _WIN32_IE 0x0550        // Change this to the appropriate value to target other versions of IE.
+#ifndef _WIN32_IE
+#define _WIN32_IE 0x0550
 #endif
 

Modified: trunk/SDK/Java/native/Jaut/targetver.h
==============================================================================
--- trunk/SDK/Java/native/Jaut/targetver.h	Mon Nov  9 13:56:46 2015	(r2613)
+++ trunk/SDK/Java/native/Jaut/targetver.h	Mon Nov  9 13:57:03 2015	(r2614)
@@ -8,19 +8,19 @@
 
 // Modify the following defines if you have to target a platform prior to the ones specified below.
 // Refer to MSDN for the latest info on corresponding values for different platforms.
-#ifndef WINVER                          // Specifies that the minimum required platform is Windows 2000.
-#define WINVER 0x0500           // Change this to the appropriate value to target other versions of Windows.
+#ifndef WINVER
+#define WINVER 0x0501
 #endif
 
-#ifndef _WIN32_WINNT            // Specifies that the minimum required platform is Windows 2000.
-#define _WIN32_WINNT 0x0500     // Change this to the appropriate value to target other versions of Windows.
+#ifndef _WIN32_WINNT
+#define _WIN32_WINNT 0x0501
 #endif
 
-#ifndef _WIN32_WINDOWS          // Specifies that the minimum required platform is Windows Me.
-#define _WIN32_WINDOWS 0x0500 // Change this to the appropriate value to target Windows Me or later.
+#ifndef _WIN32_WINDOWS
+#define _WIN32_WINDOWS 0x0501
 #endif
 
-#ifndef _WIN32_IE                       // Specifies that the minimum required platform is Internet Explorer 5.5.
-#define _WIN32_IE 0x0550        // Change this to the appropriate value to target other versions of IE.
+#ifndef _WIN32_IE
+#define _WIN32_IE 0x0550
 #endif
 

Modified: trunk/SDK/Java/native/JavaCompRegister/targetver.h
==============================================================================
--- trunk/SDK/Java/native/JavaCompRegister/targetver.h	Mon Nov  9 13:56:46 2015	(r2613)
+++ trunk/SDK/Java/native/JavaCompRegister/targetver.h	Mon Nov  9 13:57:03 2015	(r2614)
@@ -8,19 +8,19 @@
 
 // Modify the following defines if you have to target a platform prior to the ones specified below.
 // Refer to MSDN for the latest info on corresponding values for different platforms.
-#ifndef WINVER                          // Specifies that the minimum required platform is Windows 2000.
-#define WINVER 0x0500           // Change this to the appropriate value to target other versions of Windows.
+#ifndef WINVER
+#define WINVER 0x0501
 #endif
 
-#ifndef _WIN32_WINNT            // Specifies that the minimum required platform is Windows 2000.
-#define _WIN32_WINNT 0x0500     // Change this to the appropriate value to target other versions of Windows.
+#ifndef _WIN32_WINNT
+#define _WIN32_WINNT 0x0501
 #endif
 
-#ifndef _WIN32_WINDOWS          // Specifies that the minimum required platform is Windows Me.
-#define _WIN32_WINDOWS 0x0500 // Change this to the appropriate value to target Windows Me or later.
+#ifndef _WIN32_WINDOWS
+#define _WIN32_WINDOWS 0x0501
 #endif
 
-#ifndef _WIN32_IE                       // Specifies that the minimum required platform is Internet Explorer 5.5.
-#define _WIN32_IE 0x0550        // Change this to the appropriate value to target other versions of IE.
+#ifndef _WIN32_IE
+#define _WIN32_IE 0x0550
 #endif
 

Modified: trunk/SDK/Java/native/MgaDecoratorWrap/targetver.h
==============================================================================
--- trunk/SDK/Java/native/MgaDecoratorWrap/targetver.h	Mon Nov  9 13:56:46 2015	(r2613)
+++ trunk/SDK/Java/native/MgaDecoratorWrap/targetver.h	Mon Nov  9 13:57:03 2015	(r2614)
@@ -8,19 +8,19 @@
 
 // Modify the following defines if you have to target a platform prior to the ones specified below.
 // Refer to MSDN for the latest info on corresponding values for different platforms.
-#ifndef WINVER                          // Specifies that the minimum required platform is Windows 2000.
-#define WINVER 0x0500           // Change this to the appropriate value to target other versions of Windows.
+#ifndef WINVER
+#define WINVER 0x0501
 #endif
 
-#ifndef _WIN32_WINNT            // Specifies that the minimum required platform is Windows 2000.
-#define _WIN32_WINNT 0x0500     // Change this to the appropriate value to target other versions of Windows.
+#ifndef _WIN32_WINNT
+#define _WIN32_WINNT 0x0501
 #endif
 
-#ifndef _WIN32_WINDOWS          // Specifies that the minimum required platform is Windows Me.
-#define _WIN32_WINDOWS 0x0500 // Change this to the appropriate value to target Windows Me or later.
+#ifndef _WIN32_WINDOWS
+#define _WIN32_WINDOWS 0x0501
 #endif
 
-#ifndef _WIN32_IE                       // Specifies that the minimum required platform is Internet Explorer 5.5.
-#define _WIN32_IE 0x0550        // Change this to the appropriate value to target other versions of IE.
+#ifndef _WIN32_IE
+#define _WIN32_IE 0x0550
 #endif
 

Modified: trunk/Tools/ModelMigrate/FrontEnd/stdafx.h
==============================================================================
--- trunk/Tools/ModelMigrate/FrontEnd/stdafx.h	Mon Nov  9 13:56:46 2015	(r2613)
+++ trunk/Tools/ModelMigrate/FrontEnd/stdafx.h	Mon Nov  9 13:57:03 2015	(r2614)
@@ -10,20 +10,20 @@
 
 // Modify the following defines if you have to target a platform prior to the ones specified below.
 // Refer to MSDN for the latest info on corresponding values for different platforms.
-#ifndef WINVER				// Allow use of features specific to Windows 95 and Windows NT 4 or later.
-#define WINVER 0x0501		// Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
+#ifndef WINVER				
+#define WINVER 0x0501		
 #endif
 
-#ifndef _WIN32_WINNT		// Allow use of features specific to Windows NT 4 or later.
-#define _WIN32_WINNT 0x0501		// Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
+#ifndef _WIN32_WINNT		
+#define _WIN32_WINNT 0x0501		
 #endif						
 
-#ifndef _WIN32_WINDOWS		// Allow use of features specific to Windows 98 or later.
-#define _WIN32_WINDOWS 0x0500 // Change this to the appropriate value to target Windows Me or later.
+#ifndef _WIN32_WINDOWS		
+#define _WIN32_WINDOWS 0x0501
 #endif
 
-#ifndef _WIN32_IE			// Allow use of features specific to IE 4.0 or later.
-#define _WIN32_IE 0x0550	// Change this to the appropriate value to target IE 5.0 or later.
+#ifndef _WIN32_IE			
+#define _WIN32_IE 0x0550	
 #endif
 
 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS	// some CString constructors will be explicit



More information about the gme-commit mailing list