mirror of
https://github.com/Wind4/vlmcsd.git
synced 2025-07-04 01:37:57 +08:00
vlmcsd-1105-2016-11-28-Hotbird64
This commit is contained in:
19
src/kmsdata.h
Normal file
19
src/kmsdata.h
Normal file
@ -0,0 +1,19 @@
|
||||
#ifndef KMSDATA_SERVER_H
|
||||
#define KMSDATA_SERVER_H
|
||||
|
||||
#ifndef CONFIG
|
||||
#define CONFIG "config.h"
|
||||
#endif // CONFIG
|
||||
#include CONFIG
|
||||
|
||||
#ifndef NO_INTERNAL_DATA
|
||||
|
||||
#include "types.h"
|
||||
|
||||
extern uint8_t DefaultKmsData[];
|
||||
__pure size_t getDefaultKmsDataSize();
|
||||
|
||||
#endif // NO_INTERNAL_DATA
|
||||
|
||||
#endif // KMSDATA_SERVER_H
|
||||
|
Reference in New Issue
Block a user