mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-04 06:11:07 -04:00
Update display-library dependency to 17.1
This commit is contained in:
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
|
||||
// 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_
|
||||
#define ADL_SDK_H_
|
||||
@@ -30,9 +37,10 @@
|
||||
#define __stdcall
|
||||
#endif /* (LINUX) */
|
||||
|
||||
/// Memory Allocation Call back
|
||||
typedef void* ( __stdcall *ADL_MAIN_MALLOC_CALLBACK )( int );
|
||||
|
||||
#define ADL_SDK_MAJOR_VERSION 17
|
||||
#define ADL_SDK_MINOR_VERSION 0
|
||||
#define ADL_SDK_MINOR_VERSION 1
|
||||
|
||||
#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
Reference in New Issue
Block a user