Source release 17.1.1
This commit is contained in:
@@ -23,8 +23,12 @@ if __name__ == '__main__':
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
namespace widevine {{
|
||||
|
||||
extern const uint8_t k{options.variable}[];
|
||||
const uint8_t k{options.variable}[] = {{ {dat} }};
|
||||
|
||||
extern const size_t k{options.variable}Size;
|
||||
const size_t k{options.variable}Size = sizeof(k{options.variable});""")
|
||||
const size_t k{options.variable}Size = sizeof(k{options.variable});
|
||||
|
||||
}} // namespace widevine""")
|
||||
|
||||
Reference in New Issue
Block a user