gflags.h 91 B

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