[Ttssh2-commit] [4724] Visual Studio 2010 Ultimate でのコンパイルエラー対策。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 11月 16日 (水) 00:56:56 JST


Revision: 4724
          http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4724
Author:   yutakapon
Date:     2011-11-16 00:56:56 +0900 (Wed, 16 Nov 2011)

Log Message:
-----------
Visual Studio 2010 Ultimate でのコンパイルエラー対策。

Modified Paths:
--------------
    trunk/teraterm/teraterm/winjump.c


-------------- next part --------------
Modified: trunk/teraterm/teraterm/winjump.c
===================================================================
--- trunk/teraterm/teraterm/winjump.c	2011-11-14 15:21:04 UTC (rev 4723)
+++ trunk/teraterm/teraterm/winjump.c	2011-11-15 15:56:56 UTC (rev 4724)
@@ -52,6 +52,7 @@
 #define PropVariantInit(pvar) memset((pvar),0,sizeof(PROPVARIANT))
 #endif
 
+#if !(_MSC_VER >= 1600)  // VC2010(VC10.0) or later
 typedef struct ICustomDestinationListVtbl {
     HRESULT ( __stdcall *QueryInterface ) (
         /* [in] ICustomDestinationList*/ void *This,
@@ -281,6 +282,7 @@
 {
     IObjectCollectionVtbl *lpVtbl;
 } IObjectCollection;
+#endif
 
 #if !(_MSC_VER >= 1500)  // VC2008(VC9.0) or later
 typedef struct IPropertyStoreVtbl



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