Guard #define _() with #ifdef

pull/424/head
Hleb Valoshka 2019-10-01 23:27:14 +03:00
parent bc94e89202
commit 8784600b64
1 changed files with 2 additions and 0 deletions

View File

@ -30,7 +30,9 @@
#endif
// gettext / libintl setup
#ifndef _
#define _(string) gettext (string)
#endif
#ifdef _WIN32