Merge change 8804 into donut
* changes: Fix SDK build break caused by including legacy support header into main API header
This commit is contained in:
@@ -22,8 +22,6 @@
|
|||||||
as types, structures, and constants definitions used in the API.
|
as types, structures, and constants definitions used in the API.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "adb_api_legacy.h"
|
|
||||||
|
|
||||||
// Enables compillation for "straight" C
|
// Enables compillation for "straight" C
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
#define EXTERN_C extern "C"
|
#define EXTERN_C extern "C"
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
|
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include "adb_api.h"
|
#include "adb_api.h"
|
||||||
|
#include "adb_api_legacy.h"
|
||||||
#include "adb_helper_routines.h"
|
#include "adb_helper_routines.h"
|
||||||
#include "adb_interface_enum.h"
|
#include "adb_interface_enum.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user