svnno****@sourc*****
svnno****@sourc*****
2015年 11月 9日 (月) 23:24:48 JST
Revision: 6101 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6101 Author: maya Date: 2015-11-09 23:24:48 +0900 (Mon, 09 Nov 2015) Log Message: ----------- Visual Stuido 2005 でコンパイルできないので修正 Modified Paths: -------------- trunk/teraterm/teraterm/vtwin.cpp -------------- next part -------------- Modified: trunk/teraterm/teraterm/vtwin.cpp =================================================================== --- trunk/teraterm/teraterm/vtwin.cpp 2015-11-09 13:55:50 UTC (rev 6100) +++ trunk/teraterm/teraterm/vtwin.cpp 2015-11-09 14:24:48 UTC (rev 6101) @@ -57,7 +57,9 @@ #include "winjump.h" #include "initguid.h" -#include "Usbiodef.h" +//#include "Usbiodef.h" +DEFINE_GUID(GUID_DEVINTERFACE_USB_DEVICE, 0xA5DCBF10L, 0x6530, 0x11D2, 0x90, 0x1F, 0x00, \ + 0xC0, 0x4F, 0xB9, 0x51, 0xED); #define VTClassName "VTWin32"