Skip to content
Snippets Groups Projects
Commit a8e49312 authored by Giuseppe Bilotta's avatar Giuseppe Bilotta
Browse files

Read config from gettext.h

Otherwise the USE_GETTEXT define might not be visible.
parent e00d7ee5
No related branches found
No related tags found
No related merge requests found
#include "config.h" // for USE_GETTEXT
#if USE_GETTEXT
#include <libintl.h>
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment