Fix for a crash which happened when a document couldn't be opened.
[AROS-Contrib.git] / vpdf / locale.h
blob52ef0b5bc5f6346ba636ab0d3aab40dc42b961f9
1 #ifndef LOCALE_H
2 #define LOCALE_H
4 /*
5 * VPDF
6 *
7 * Copyright © 2008 Christian Rosentreter <tokai@binaryriot.org>
8 * Copyright © 2012 Michal Zukowski, Michal Wozniak
9 * All rights reserved.
11 * $Id$
14 #define NEW_CATCOMP_ARRAY_IDS
15 #include "VPDF_strings.h"
17 void locale_init(void);
18 void locale_cleanup(void);
19 STRPTR locale_getstr(ULONG);
21 #define LOCSTR(x) locale_getstr(x##_ID)
24 #endif /* LOCALE_H */