config.h 88 B

12345
  1. #ifdef WIN32
  2. #include "config-mingw.h"
  3. #else
  4. #include "config-linux.h"
  5. #endif // _WIN32