mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
7 lines
101 B
C
7 lines
101 B
C
#ifndef TC_WINDOWS
|
|
#include "Main/LanguageStrings.h"
|
|
#undef _
|
|
#define _(key) LangString[key]
|
|
#endif
|
|
|