1
0
Fork 0
arangodb/build.h

6 lines
83 B
C

#ifdef _WIN32
#include "build_win.h"
#else
#include "build_posix.h"
#endif