nostrdb: pull latest, adding flatcc and lmdb
This commit is contained in:
16
nostrdb/flatcc/flatcc_unaligned.h
Normal file
16
nostrdb/flatcc/flatcc_unaligned.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef FLATCC_UNLIGNED_H
|
||||
#define FLATCC_UNLIGNED_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "punaligned.h"
|
||||
|
||||
#define FLATCC_ALLOW_UNALIGNED_ACCESS PORTABLE_UNALIGNED_ACCESS
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FLATCC_UNLIGNED_H */
|
||||
Reference in New Issue
Block a user