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

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2020年 2月 21日 (金) 12:37:50 JST


Revision: 8555
          https://osdn.net/projects/ttssh2/scm/svn/commits/8555
Author:   zmatsuo
Date:     2020-02-21 12:37:49 +0900 (Fri, 21 Feb 2020)
Log Message:
-----------
_MSC_VER >= 1000 を削除

- r8550
- _MSC_VER == 1000 は Visual C++ 4.0

Revision Links:
--------------
    https://osdn.net/projects/ttssh2/scm/svn/commits/8550

Modified Paths:
--------------
    trunk/TTProxy/StdAfx.h

-------------- next part --------------
Modified: trunk/TTProxy/StdAfx.h
===================================================================
--- trunk/TTProxy/StdAfx.h	2020-02-19 18:03:24 UTC (rev 8554)
+++ trunk/TTProxy/StdAfx.h	2020-02-21 03:37:49 UTC (rev 8555)
@@ -6,9 +6,7 @@
 #if !defined(AFX_STDAFX_H__B24257E3_70C7_482E_8DB9_1A5C4AE8B2F6__INCLUDED_)
 #define AFX_STDAFX_H__B24257E3_70C7_482E_8DB9_1A5C4AE8B2F6__INCLUDED_
 
-#if _MSC_VER > 1000
 #pragma once
-#endif // _MSC_VER > 1000
 
 #define _WINSOCKAPI_
 


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