mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 10:23:17 +00:00
10 lines
133 B
C++
10 lines
133 B
C++
#ifndef _RAR_LANG_
|
|
#define _RAR_LANG_
|
|
|
|
#ifdef USE_RC
|
|
#include "rarres.hpp"
|
|
#else
|
|
#include "loclang.hpp"
|
|
#endif
|
|
|
|
#endif
|