Update display-library dependency to 17.1
This commit is contained in:
parent
3da13705af
commit
698ae9debc
3 changed files with 3432 additions and 504 deletions
1297
dependencies/display-library/include/adl_defines.h
vendored
1297
dependencies/display-library/include/adl_defines.h
vendored
File diff suppressed because it is too large
Load diff
10
dependencies/display-library/include/adl_sdk.h
vendored
10
dependencies/display-library/include/adl_sdk.h
vendored
|
|
@ -20,6 +20,13 @@
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
// SOFTWARE.
|
// SOFTWARE.
|
||||||
|
|
||||||
|
/// \file adl_sdk.h
|
||||||
|
/// \brief Contains the definition of the Memory Allocation Callback.\n <b>Included in ADL SDK</b>
|
||||||
|
///
|
||||||
|
/// \n\n
|
||||||
|
/// This file contains the definition of the Memory Allocation Callback.\n
|
||||||
|
/// It also includes definitions of the respective structures and constants.\n
|
||||||
|
/// <b> This is the only header file to be included in a C/C++ project using ADL </b>
|
||||||
|
|
||||||
#ifndef ADL_SDK_H_
|
#ifndef ADL_SDK_H_
|
||||||
#define ADL_SDK_H_
|
#define ADL_SDK_H_
|
||||||
|
|
@ -30,9 +37,10 @@
|
||||||
#define __stdcall
|
#define __stdcall
|
||||||
#endif /* (LINUX) */
|
#endif /* (LINUX) */
|
||||||
|
|
||||||
|
/// Memory Allocation Call back
|
||||||
typedef void* ( __stdcall *ADL_MAIN_MALLOC_CALLBACK )( int );
|
typedef void* ( __stdcall *ADL_MAIN_MALLOC_CALLBACK )( int );
|
||||||
|
|
||||||
#define ADL_SDK_MAJOR_VERSION 17
|
#define ADL_SDK_MAJOR_VERSION 17
|
||||||
#define ADL_SDK_MINOR_VERSION 0
|
#define ADL_SDK_MINOR_VERSION 1
|
||||||
|
|
||||||
#endif /* ADL_SDK_H_ */
|
#endif /* ADL_SDK_H_ */
|
||||||
|
|
|
||||||
2629
dependencies/display-library/include/adl_structures.h
vendored
2629
dependencies/display-library/include/adl_structures.h
vendored
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue