OSDN Git Service

Fix SDK build break caused by including legacy support header into main API header
authorvchtchetkine <vchtchetkine@google.com>
Tue, 28 Jul 2009 17:01:52 +0000 (10:01 -0700)
committervchtchetkine <vchtchetkine@google.com>
Tue, 28 Jul 2009 17:07:09 +0000 (10:07 -0700)
commit59fc68ba26dca2543bd96a71254e6b124243fb66
treeaaded70f044ea1c0f5e27254339a9ac18b5f7bda
parent84c6ef89468a8753dfb4b87f203c800c199c7bd0
Fix SDK build break caused by including legacy support header into main API header

usb_windows.c doesn't build with adb_legacy_api.h included into adb_api.h
Since adb_legacy_api.h is not used anywhere outside AdbWinApi.dll project, the simplest
fix would be to remove its inclusion from adb_api.h
host/windows/usb/api/adb_api.h
host/windows/usb/api/adb_helper_routines.cpp