[Ttssh2-commit] [8550] _MSC_VER >= 1000 を削除

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2020年 2月 20日 (木) 00:37:54 JST


Revision: 8550
          https://osdn.net/projects/ttssh2/scm/svn/commits/8550
Author:   zmatsuo
Date:     2020-02-20 00:37:54 +0900 (Thu, 20 Feb 2020)
Log Message:
-----------
_MSC_VER >= 1000 を削除

- _MSC_VER == 1000 は Visual C++ 4.0

Modified Paths:
--------------
    trunk/TTProxy/YCL/include/YCL/Array.h
    trunk/TTProxy/YCL/include/YCL/ComboBoxCtrl.h
    trunk/TTProxy/YCL/include/YCL/Dialog.h
    trunk/TTProxy/YCL/include/YCL/DynamicLinkLibrary.h
    trunk/TTProxy/YCL/include/YCL/EditBoxCtrl.h
    trunk/TTProxy/YCL/include/YCL/Enumeration.h
    trunk/TTProxy/YCL/include/YCL/FileVersion.h
    trunk/TTProxy/YCL/include/YCL/HASHCODE.h
    trunk/TTProxy/YCL/include/YCL/Hashtable.h
    trunk/TTProxy/YCL/include/YCL/IniFile.h
    trunk/TTProxy/YCL/include/YCL/Integer.h
    trunk/TTProxy/YCL/include/YCL/Object.h
    trunk/TTProxy/YCL/include/YCL/Pointer.h
    trunk/TTProxy/YCL/include/YCL/Resource.h
    trunk/TTProxy/YCL/include/YCL/String.h
    trunk/TTProxy/YCL/include/YCL/StringBuffer.h
    trunk/TTProxy/YCL/include/YCL/StringUtil.h
    trunk/TTProxy/YCL/include/YCL/ValueCtrl.h
    trunk/TTProxy/YCL/include/YCL/Vector.h
    trunk/TTProxy/YCL/include/YCL/Window.h
    trunk/TTProxy/YCL/include/YCL/common.h

-------------- next part --------------
Modified: trunk/TTProxy/YCL/include/YCL/Array.h
===================================================================
--- trunk/TTProxy/YCL/include/YCL/Array.h	2020-02-19 15:37:40 UTC (rev 8549)
+++ trunk/TTProxy/YCL/include/YCL/Array.h	2020-02-19 15:37:54 UTC (rev 8550)
@@ -5,9 +5,7 @@
 #ifndef _YCL_ARRAY_H_
 #define _YCL_ARRAY_H_
 
-#if _MSC_VER >= 1000
 #pragma once
-#endif // _MSC_VER >= 1000
 
 #include <YCL/common.h>
 

Modified: trunk/TTProxy/YCL/include/YCL/ComboBoxCtrl.h
===================================================================
--- trunk/TTProxy/YCL/include/YCL/ComboBoxCtrl.h	2020-02-19 15:37:40 UTC (rev 8549)
+++ trunk/TTProxy/YCL/include/YCL/ComboBoxCtrl.h	2020-02-19 15:37:54 UTC (rev 8550)
@@ -5,9 +5,7 @@
 #ifndef _YCL_COMBOBOXCTRL_H_
 #define _YCL_COMBOBOXCTRL_H_
 
-#if _MSC_VER >= 1000
 #pragma once
-#endif // _MSC_VER >= 1000
 
 #include <YCL/Window.h>
 

Modified: trunk/TTProxy/YCL/include/YCL/Dialog.h
===================================================================
--- trunk/TTProxy/YCL/include/YCL/Dialog.h	2020-02-19 15:37:40 UTC (rev 8549)
+++ trunk/TTProxy/YCL/include/YCL/Dialog.h	2020-02-19 15:37:54 UTC (rev 8550)
@@ -5,9 +5,7 @@
 #ifndef _YCL_DIALOG_H_
 #define _YCL_DIALOG_H_
 
-#if _MSC_VER >= 1000
 #pragma once
-#endif // _MSC_VER >= 1000
 
 #include <YCL/common.h>
 

Modified: trunk/TTProxy/YCL/include/YCL/DynamicLinkLibrary.h
===================================================================
--- trunk/TTProxy/YCL/include/YCL/DynamicLinkLibrary.h	2020-02-19 15:37:40 UTC (rev 8549)
+++ trunk/TTProxy/YCL/include/YCL/DynamicLinkLibrary.h	2020-02-19 15:37:54 UTC (rev 8550)
@@ -5,9 +5,7 @@
 #ifndef _YCL_DYNAMICLINKLIBRARY_H_
 #define _YCL_DYNAMICLINKLIBRARY_H_
 
-#if _MSC_VER >= 1000
 #pragma once
-#endif // _MSC_VER >= 1000
 
 namespace yebisuya {
 

Modified: trunk/TTProxy/YCL/include/YCL/EditBoxCtrl.h
===================================================================
--- trunk/TTProxy/YCL/include/YCL/EditBoxCtrl.h	2020-02-19 15:37:40 UTC (rev 8549)
+++ trunk/TTProxy/YCL/include/YCL/EditBoxCtrl.h	2020-02-19 15:37:54 UTC (rev 8550)
@@ -5,9 +5,7 @@
 #ifndef _YCL_EDITBOXCTRL_H_
 #define _YCL_EDITBOXCTRL_H_
 
-#if _MSC_VER >= 1000
 #pragma once
-#endif // _MSC_VER >= 1000
 
 #include <YCL/Window.h>
 

Modified: trunk/TTProxy/YCL/include/YCL/Enumeration.h
===================================================================
--- trunk/TTProxy/YCL/include/YCL/Enumeration.h	2020-02-19 15:37:40 UTC (rev 8549)
+++ trunk/TTProxy/YCL/include/YCL/Enumeration.h	2020-02-19 15:37:54 UTC (rev 8550)
@@ -5,9 +5,7 @@
 #ifndef _YCL_ENUMERATION_H_
 #define _YCL_ENUMERATION_H_
 
-#if _MSC_VER >= 1000
 #pragma once
-#endif // _MSC_VER >= 1000
 
 #include <YCL/Object.h>
 

Modified: trunk/TTProxy/YCL/include/YCL/FileVersion.h
===================================================================
--- trunk/TTProxy/YCL/include/YCL/FileVersion.h	2020-02-19 15:37:40 UTC (rev 8549)
+++ trunk/TTProxy/YCL/include/YCL/FileVersion.h	2020-02-19 15:37:54 UTC (rev 8550)
@@ -5,9 +5,7 @@
 #ifndef _YCL_FILEVERSION_H_
 #define _YCL_FILEVERSION_H_
 
-#if _MSC_VER >= 1000
 #pragma once
-#endif // _MSC_VER >= 1000
 
 #include <YCL/common.h>
 

Modified: trunk/TTProxy/YCL/include/YCL/HASHCODE.h
===================================================================
--- trunk/TTProxy/YCL/include/YCL/HASHCODE.h	2020-02-19 15:37:40 UTC (rev 8549)
+++ trunk/TTProxy/YCL/include/YCL/HASHCODE.h	2020-02-19 15:37:54 UTC (rev 8550)
@@ -4,9 +4,7 @@
 #ifndef _YCL_HASHCODE_H_
 #define _YCL_HASHCODE_H_
 
-#if _MSC_VER >= 1000
 #pragma once
-#endif // _MSC_VER >= 1000
 
 namespace yebisuya {
 

Modified: trunk/TTProxy/YCL/include/YCL/Hashtable.h
===================================================================
--- trunk/TTProxy/YCL/include/YCL/Hashtable.h	2020-02-19 15:37:40 UTC (rev 8549)
+++ trunk/TTProxy/YCL/include/YCL/Hashtable.h	2020-02-19 15:37:54 UTC (rev 8550)
@@ -5,9 +5,7 @@
 #ifndef _YCL_HASHTABLE_H_
 #define _YCL_HASHTABLE_H_
 
-#if _MSC_VER >= 1000
 #pragma once
-#endif // _MSC_VER >= 1000
 
 #include <YCL/common.h>
 

Modified: trunk/TTProxy/YCL/include/YCL/IniFile.h
===================================================================
--- trunk/TTProxy/YCL/include/YCL/IniFile.h	2020-02-19 15:37:40 UTC (rev 8549)
+++ trunk/TTProxy/YCL/include/YCL/IniFile.h	2020-02-19 15:37:54 UTC (rev 8550)
@@ -5,9 +5,7 @@
 #ifndef _YCL_INIFILE_H_
 #define _YCL_INIFILE_H_
 
-#if _MSC_VER >= 1000
 #pragma once
-#endif // _MSC_VER >= 1000
 
 #include <YCL/common.h>
 

Modified: trunk/TTProxy/YCL/include/YCL/Integer.h
===================================================================
--- trunk/TTProxy/YCL/include/YCL/Integer.h	2020-02-19 15:37:40 UTC (rev 8549)
+++ trunk/TTProxy/YCL/include/YCL/Integer.h	2020-02-19 15:37:54 UTC (rev 8550)
@@ -5,9 +5,7 @@
 #ifndef _YCL_INTEGER_H_
 #define _YCL_INTEGER_H_
 
-#if _MSC_VER >= 1000
 #pragma once
-#endif // _MSC_VER >= 1000
 
 #include <YCL/String.h>
 

Modified: trunk/TTProxy/YCL/include/YCL/Object.h
===================================================================
--- trunk/TTProxy/YCL/include/YCL/Object.h	2020-02-19 15:37:40 UTC (rev 8549)
+++ trunk/TTProxy/YCL/include/YCL/Object.h	2020-02-19 15:37:54 UTC (rev 8550)
@@ -5,9 +5,7 @@
 #ifndef _YCL_OBJECT_H_
 #define _YCL_OBJECT_H_
 
-#if _MSC_VER >= 1000
 #pragma once
-#endif // _MSC_VER >= 1000
 
 namespace yebisuya {
 

Modified: trunk/TTProxy/YCL/include/YCL/Pointer.h
===================================================================
--- trunk/TTProxy/YCL/include/YCL/Pointer.h	2020-02-19 15:37:40 UTC (rev 8549)
+++ trunk/TTProxy/YCL/include/YCL/Pointer.h	2020-02-19 15:37:54 UTC (rev 8550)
@@ -2,9 +2,7 @@
  * $Id: Pointer.h,v 1.4 2007-08-18 08:52:18 maya Exp $
  */
 
-#if _MSC_VER >= 1000
 #pragma once
-#endif // _MSC_VER >= 1000
 
 #ifndef _YCL_POINTER_H_
 #define _YCL_POINTER_H_

Modified: trunk/TTProxy/YCL/include/YCL/Resource.h
===================================================================
--- trunk/TTProxy/YCL/include/YCL/Resource.h	2020-02-19 15:37:40 UTC (rev 8549)
+++ trunk/TTProxy/YCL/include/YCL/Resource.h	2020-02-19 15:37:54 UTC (rev 8550)
@@ -5,9 +5,7 @@
 #ifndef _YCL_RESOURCE_H_
 #define _YCL_RESOURCE_H_
 
-#if _MSC_VER >= 1000
 #pragma once
-#endif // _MSC_VER >= 1000
 
 #include <YCL/common.h>
 

Modified: trunk/TTProxy/YCL/include/YCL/String.h
===================================================================
--- trunk/TTProxy/YCL/include/YCL/String.h	2020-02-19 15:37:40 UTC (rev 8549)
+++ trunk/TTProxy/YCL/include/YCL/String.h	2020-02-19 15:37:54 UTC (rev 8550)
@@ -5,9 +5,7 @@
 #ifndef _YCL_STRING_H_
 #define _YCL_STRING_H_
 
-#if _MSC_VER >= 1000
 #pragma once
-#endif // _MSC_VER >= 1000
 
 #include <YCL/common.h>
 

Modified: trunk/TTProxy/YCL/include/YCL/StringBuffer.h
===================================================================
--- trunk/TTProxy/YCL/include/YCL/StringBuffer.h	2020-02-19 15:37:40 UTC (rev 8549)
+++ trunk/TTProxy/YCL/include/YCL/StringBuffer.h	2020-02-19 15:37:54 UTC (rev 8550)
@@ -5,9 +5,7 @@
 #ifndef _YCL_STRINGBUFFER_H_
 #define _YCL_STRINGBUFFER_H_
 
-#if _MSC_VER >= 1000
 #pragma once
-#endif // _MSC_VER >= 1000
 
 #include <YCL/common.h>
 

Modified: trunk/TTProxy/YCL/include/YCL/StringUtil.h
===================================================================
--- trunk/TTProxy/YCL/include/YCL/StringUtil.h	2020-02-19 15:37:40 UTC (rev 8549)
+++ trunk/TTProxy/YCL/include/YCL/StringUtil.h	2020-02-19 15:37:54 UTC (rev 8550)
@@ -5,9 +5,7 @@
 #ifndef _YCL_STRINGUTIL_H_
 #define _YCL_STRINGUTIL_H_
 
-#if _MSC_VER >= 1000
 #pragma once
-#endif // _MSC_VER >= 1000
 
 #include <YCL/common.h>
 

Modified: trunk/TTProxy/YCL/include/YCL/ValueCtrl.h
===================================================================
--- trunk/TTProxy/YCL/include/YCL/ValueCtrl.h	2020-02-19 15:37:40 UTC (rev 8549)
+++ trunk/TTProxy/YCL/include/YCL/ValueCtrl.h	2020-02-19 15:37:54 UTC (rev 8550)
@@ -5,9 +5,7 @@
 #ifndef _YCL_VALUECTRL_H_
 #define _YCL_VALUECTRL_H_
 
-#if _MSC_VER >= 1000
 #pragma once
-#endif // _MSC_VER >= 1000
 
 namespace yebisuya {
 

Modified: trunk/TTProxy/YCL/include/YCL/Vector.h
===================================================================
--- trunk/TTProxy/YCL/include/YCL/Vector.h	2020-02-19 15:37:40 UTC (rev 8549)
+++ trunk/TTProxy/YCL/include/YCL/Vector.h	2020-02-19 15:37:54 UTC (rev 8550)
@@ -5,9 +5,7 @@
 #ifndef _YCL_VECTOR_H_
 #define _YCL_VECTOR_H_
 
-#if _MSC_VER >= 1000
 #pragma once
-#endif // _MSC_VER >= 1000
 
 #include <YCL/common.h>
 

Modified: trunk/TTProxy/YCL/include/YCL/Window.h
===================================================================
--- trunk/TTProxy/YCL/include/YCL/Window.h	2020-02-19 15:37:40 UTC (rev 8549)
+++ trunk/TTProxy/YCL/include/YCL/Window.h	2020-02-19 15:37:54 UTC (rev 8550)
@@ -5,9 +5,7 @@
 #ifndef _YCL_WINDOWS_H_
 #define _YCL_WINDOWS_H_
 
-#if _MSC_VER >= 1000
 #pragma once
-#endif // _MSC_VER >= 1000
 
 #include <YCL/common.h>
 

Modified: trunk/TTProxy/YCL/include/YCL/common.h
===================================================================
--- trunk/TTProxy/YCL/include/YCL/common.h	2020-02-19 15:37:40 UTC (rev 8549)
+++ trunk/TTProxy/YCL/include/YCL/common.h	2020-02-19 15:37:54 UTC (rev 8550)
@@ -5,9 +5,7 @@
 #ifndef _YCL_COMMON_H_
 #define _YCL_COMMON_H_
 
-#if _MSC_VER >= 1000
 #pragma once
-#endif // _MSC_VER >= 1000
 
 #ifndef STRICT
 #define STRICT


Ttssh2-commit メーリングリストの案内
Back to archive index