logging.h 93 B

12345
  1. #ifdef _MSC_VER
  2. #include "src/windows/logging.h"
  3. #else
  4. #include "src/linux/logging.h"
  5. #endif