nostrdb

an unfairly fast embedded nostr database backed by lmdb
git clone git://jb55.com/nostrdb
Log | Files | Refs | Submodules | README | LICENSE

ht_portable.h (147B)


      1 #ifndef HT_PORTABLE_H
      2 #define HT_PORTABLE_H
      3 
      4 #if defined(_MSC_VER) && !defined(inline)
      5 #define inline __inline
      6 #endif
      7 #include "pstdint.h"
      8 
      9 #endif