mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-01 11:32:34 +01:00
another missing file
This commit is contained in:
18
WINGs/wconfig.h
Normal file
18
WINGs/wconfig.h
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
|
||||
#ifndef WINGS_CONFIG_H_
|
||||
#define WINGS_CONFIG_H_
|
||||
|
||||
|
||||
#include "../src/config.h"
|
||||
|
||||
#if defined(HAVE_LIBINTL_H) && defined(I18N)
|
||||
# include <libintl.h>
|
||||
# define _(text) dgettext("WINGs", text)
|
||||
#else
|
||||
# define _(text) (text)
|
||||
#endif
|
||||
|
||||
|
||||
#endif /* WINGS_CONFIG_H_ */
|
||||
|
||||
Reference in New Issue
Block a user