comm.h 278 B

123456789101112131415
  1. #pragma once
  2. #define CLASHCONFIGDIR "config"
  3. #define WCLASHCONFIGDIR L"config"
  4. #define CLASHCONFIGNAME "sysconfig.yml"
  5. #define WCLASHCONFIGNAME L"sysconfig.yml"
  6. #define CLASHCONFIINIT "config.yml"
  7. #define CLASHCONFIGTUNNAME "tunconfig.yml"
  8. #define CLASHEXE L"syscode.exe"