e21db00026
[Peter: Correct legacy position] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
7 lines
144 B
C
7 lines
144 B
C
#ifndef HAVE_DCGETTEXT
|
|
const char *dcgettext (const char *domain, const char *msg, int category)
|
|
{
|
|
return msg;
|
|
}
|
|
#endif /* !HAVE_DCGETTEXT */
|