• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Tera Termの個人的な作業用リポジトリ


Commit MetaInfo

Revision1dad3c4aea513e4b1cbe51c24d6270db0834272c (tree)
Time2020-02-20 00:37:54
Authorzmatsuo <zmatsuo@user...>
Commiterzmatsuo

Log Message

_MSC_VER >= 1000 を削除

- _MSC_VER == 1000 は Visual C++ 4.0

git-svn-id: svn+ssh://svn.osdn.net/svnroot/ttssh2/trunk@8550 f5f01b69-1e22-0410-acbf-894ab4bd6246

Change Summary

Incremental Difference

--- a/TTProxy/YCL/include/YCL/Array.h
+++ b/TTProxy/YCL/include/YCL/Array.h
@@ -5,9 +5,7 @@
55 #ifndef _YCL_ARRAY_H_
66 #define _YCL_ARRAY_H_
77
8-#if _MSC_VER >= 1000
98 #pragma once
10-#endif // _MSC_VER >= 1000
119
1210 #include <YCL/common.h>
1311
--- a/TTProxy/YCL/include/YCL/ComboBoxCtrl.h
+++ b/TTProxy/YCL/include/YCL/ComboBoxCtrl.h
@@ -5,9 +5,7 @@
55 #ifndef _YCL_COMBOBOXCTRL_H_
66 #define _YCL_COMBOBOXCTRL_H_
77
8-#if _MSC_VER >= 1000
98 #pragma once
10-#endif // _MSC_VER >= 1000
119
1210 #include <YCL/Window.h>
1311
--- a/TTProxy/YCL/include/YCL/Dialog.h
+++ b/TTProxy/YCL/include/YCL/Dialog.h
@@ -5,9 +5,7 @@
55 #ifndef _YCL_DIALOG_H_
66 #define _YCL_DIALOG_H_
77
8-#if _MSC_VER >= 1000
98 #pragma once
10-#endif // _MSC_VER >= 1000
119
1210 #include <YCL/common.h>
1311
--- a/TTProxy/YCL/include/YCL/DynamicLinkLibrary.h
+++ b/TTProxy/YCL/include/YCL/DynamicLinkLibrary.h
@@ -5,9 +5,7 @@
55 #ifndef _YCL_DYNAMICLINKLIBRARY_H_
66 #define _YCL_DYNAMICLINKLIBRARY_H_
77
8-#if _MSC_VER >= 1000
98 #pragma once
10-#endif // _MSC_VER >= 1000
119
1210 namespace yebisuya {
1311
--- a/TTProxy/YCL/include/YCL/EditBoxCtrl.h
+++ b/TTProxy/YCL/include/YCL/EditBoxCtrl.h
@@ -5,9 +5,7 @@
55 #ifndef _YCL_EDITBOXCTRL_H_
66 #define _YCL_EDITBOXCTRL_H_
77
8-#if _MSC_VER >= 1000
98 #pragma once
10-#endif // _MSC_VER >= 1000
119
1210 #include <YCL/Window.h>
1311
--- a/TTProxy/YCL/include/YCL/Enumeration.h
+++ b/TTProxy/YCL/include/YCL/Enumeration.h
@@ -5,9 +5,7 @@
55 #ifndef _YCL_ENUMERATION_H_
66 #define _YCL_ENUMERATION_H_
77
8-#if _MSC_VER >= 1000
98 #pragma once
10-#endif // _MSC_VER >= 1000
119
1210 #include <YCL/Object.h>
1311
--- a/TTProxy/YCL/include/YCL/FileVersion.h
+++ b/TTProxy/YCL/include/YCL/FileVersion.h
@@ -5,9 +5,7 @@
55 #ifndef _YCL_FILEVERSION_H_
66 #define _YCL_FILEVERSION_H_
77
8-#if _MSC_VER >= 1000
98 #pragma once
10-#endif // _MSC_VER >= 1000
119
1210 #include <YCL/common.h>
1311
--- a/TTProxy/YCL/include/YCL/HASHCODE.h
+++ b/TTProxy/YCL/include/YCL/HASHCODE.h
@@ -4,9 +4,7 @@
44 #ifndef _YCL_HASHCODE_H_
55 #define _YCL_HASHCODE_H_
66
7-#if _MSC_VER >= 1000
87 #pragma once
9-#endif // _MSC_VER >= 1000
108
119 namespace yebisuya {
1210
--- a/TTProxy/YCL/include/YCL/Hashtable.h
+++ b/TTProxy/YCL/include/YCL/Hashtable.h
@@ -5,9 +5,7 @@
55 #ifndef _YCL_HASHTABLE_H_
66 #define _YCL_HASHTABLE_H_
77
8-#if _MSC_VER >= 1000
98 #pragma once
10-#endif // _MSC_VER >= 1000
119
1210 #include <YCL/common.h>
1311
--- a/TTProxy/YCL/include/YCL/IniFile.h
+++ b/TTProxy/YCL/include/YCL/IniFile.h
@@ -5,9 +5,7 @@
55 #ifndef _YCL_INIFILE_H_
66 #define _YCL_INIFILE_H_
77
8-#if _MSC_VER >= 1000
98 #pragma once
10-#endif // _MSC_VER >= 1000
119
1210 #include <YCL/common.h>
1311
--- a/TTProxy/YCL/include/YCL/Integer.h
+++ b/TTProxy/YCL/include/YCL/Integer.h
@@ -5,9 +5,7 @@
55 #ifndef _YCL_INTEGER_H_
66 #define _YCL_INTEGER_H_
77
8-#if _MSC_VER >= 1000
98 #pragma once
10-#endif // _MSC_VER >= 1000
119
1210 #include <YCL/String.h>
1311
--- a/TTProxy/YCL/include/YCL/Object.h
+++ b/TTProxy/YCL/include/YCL/Object.h
@@ -5,9 +5,7 @@
55 #ifndef _YCL_OBJECT_H_
66 #define _YCL_OBJECT_H_
77
8-#if _MSC_VER >= 1000
98 #pragma once
10-#endif // _MSC_VER >= 1000
119
1210 namespace yebisuya {
1311
--- a/TTProxy/YCL/include/YCL/Pointer.h
+++ b/TTProxy/YCL/include/YCL/Pointer.h
@@ -2,9 +2,7 @@
22 * $Id: Pointer.h,v 1.4 2007-08-18 08:52:18 maya Exp $
33 */
44
5-#if _MSC_VER >= 1000
65 #pragma once
7-#endif // _MSC_VER >= 1000
86
97 #ifndef _YCL_POINTER_H_
108 #define _YCL_POINTER_H_
--- a/TTProxy/YCL/include/YCL/Resource.h
+++ b/TTProxy/YCL/include/YCL/Resource.h
@@ -5,9 +5,7 @@
55 #ifndef _YCL_RESOURCE_H_
66 #define _YCL_RESOURCE_H_
77
8-#if _MSC_VER >= 1000
98 #pragma once
10-#endif // _MSC_VER >= 1000
119
1210 #include <YCL/common.h>
1311
--- a/TTProxy/YCL/include/YCL/String.h
+++ b/TTProxy/YCL/include/YCL/String.h
@@ -5,9 +5,7 @@
55 #ifndef _YCL_STRING_H_
66 #define _YCL_STRING_H_
77
8-#if _MSC_VER >= 1000
98 #pragma once
10-#endif // _MSC_VER >= 1000
119
1210 #include <YCL/common.h>
1311
--- a/TTProxy/YCL/include/YCL/StringBuffer.h
+++ b/TTProxy/YCL/include/YCL/StringBuffer.h
@@ -5,9 +5,7 @@
55 #ifndef _YCL_STRINGBUFFER_H_
66 #define _YCL_STRINGBUFFER_H_
77
8-#if _MSC_VER >= 1000
98 #pragma once
10-#endif // _MSC_VER >= 1000
119
1210 #include <YCL/common.h>
1311
--- a/TTProxy/YCL/include/YCL/StringUtil.h
+++ b/TTProxy/YCL/include/YCL/StringUtil.h
@@ -5,9 +5,7 @@
55 #ifndef _YCL_STRINGUTIL_H_
66 #define _YCL_STRINGUTIL_H_
77
8-#if _MSC_VER >= 1000
98 #pragma once
10-#endif // _MSC_VER >= 1000
119
1210 #include <YCL/common.h>
1311
--- a/TTProxy/YCL/include/YCL/ValueCtrl.h
+++ b/TTProxy/YCL/include/YCL/ValueCtrl.h
@@ -5,9 +5,7 @@
55 #ifndef _YCL_VALUECTRL_H_
66 #define _YCL_VALUECTRL_H_
77
8-#if _MSC_VER >= 1000
98 #pragma once
10-#endif // _MSC_VER >= 1000
119
1210 namespace yebisuya {
1311
--- a/TTProxy/YCL/include/YCL/Vector.h
+++ b/TTProxy/YCL/include/YCL/Vector.h
@@ -5,9 +5,7 @@
55 #ifndef _YCL_VECTOR_H_
66 #define _YCL_VECTOR_H_
77
8-#if _MSC_VER >= 1000
98 #pragma once
10-#endif // _MSC_VER >= 1000
119
1210 #include <YCL/common.h>
1311
--- a/TTProxy/YCL/include/YCL/Window.h
+++ b/TTProxy/YCL/include/YCL/Window.h
@@ -5,9 +5,7 @@
55 #ifndef _YCL_WINDOWS_H_
66 #define _YCL_WINDOWS_H_
77
8-#if _MSC_VER >= 1000
98 #pragma once
10-#endif // _MSC_VER >= 1000
119
1210 #include <YCL/common.h>
1311
--- a/TTProxy/YCL/include/YCL/common.h
+++ b/TTProxy/YCL/include/YCL/common.h
@@ -5,9 +5,7 @@
55 #ifndef _YCL_COMMON_H_
66 #define _YCL_COMMON_H_
77
8-#if _MSC_VER >= 1000
98 #pragma once
10-#endif // _MSC_VER >= 1000
119
1210 #ifndef STRICT
1311 #define STRICT