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)
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


No differences found