omni_tool/3rd/sql/ob/include/my_global.h

10 lines
127 B
C

#ifndef MY_GLOBAL_H
#define MY_GLOBAL_H
#include <stdint.h>
typedef uint64_t my_ulonglong;
typedef int64_t longlong;
#endif