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