android_mt6572_jiabo/external/unrar/orig/rarlang.hpp
2025-09-05 16:56:03 +08:00

10 lines
133 B
C++

#ifndef _RAR_LANG_
#define _RAR_LANG_
#ifdef USE_RC
#include "rarres.hpp"
#else
#include "loclang.hpp"
#endif
#endif