1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-06-19 02:56:07 -05:00
Files
VeraCrypt/src/Main/Forms/international.h
T
2021-08-15 01:07:17 +02:00

7 lines
101 B
C

#ifndef TC_WINDOWS
#include "Main/LanguageStrings.h"
#undef _
#define _(key) LangString[key]
#endif