mirror of
https://github.com/Wind4/vlmcsd
synced 2025-09-07 13:36:53 +00: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