Fixed compatibility of output.
[AROS.git] / external / openurl / raPrefs / locale_h.sd
blobb72e2037114f30eb105f80ff06600860c63eae17
1 ##stringtype C
2 ##shortstrings
3 /***************************************************************************
5  openurl.library - universal URL display and browser launcher library
6  Copyright (C) 1998-2005 by Troels Walsted Hansen, et al.
7  Copyright (C) 2005-2013 by openurl.library Open Source Team
9  This library is free software; it has been placed in the public domain
10  and you can freely redistribute it and/or modify it. Please note, however,
11  that some components may be under the LGPL or GPL license.
13  This library is distributed in the hope that it will be useful,
14  but WITHOUT ANY WARRANTY; without even the implied warranty of
15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
17  openurl.library project: http://sourceforge.net/projects/openurllib/
19  $Id: locale_h.sd 195 2013-02-20 20:48:34Z thboeckel $
21 ***************************************************************************/
24 ** This file was created automatically by flexcat.
25 ** It is written to be compatible with catcomp,
26 ** so you choose, but... Do NOT edit by hand!
27 **/
29 #ifndef _LOC_H
30 #define _LOC_H
32 #ifndef EXEC_TYPES_H
33 #include <exec/types.h>
34 #endif
35 #ifndef LIBRARIES_GADTOOLS_H
36 #include <libraries/gadtools.h>
37 #endif
39 #ifdef CATCOMP_ARRAY
40 #undef CATCOMP_NUMBERS
41 #undef CATCOMP_STRINGS
42 #define CATCOMP_NUMBERS
43 #define CATCOMP_STRINGS
44 #endif
46 /****************************************************************************/
48 #ifdef CATCOMP_NUMBERS
50 #define %i %d
52 #endif /* CATCOMP_NUMBERS */
54 /****************************************************************************/
56 #ifdef CATCOMP_STRINGS
58 #define %i_STR %s
60 #endif /* CATCOMP_STRINGS */
62 /****************************************************************************/
64 #ifdef CATCOMP_ARRAY
66 struct CatCompArrayType
68     ULONG  cca_ID;
69     STRPTR cca_Str;
72 static const struct CatCompArrayType CatCompArray[] =
74     {%i,(STRPTR)%i_STR},
77 #endif /* CATCOMP_ARRAY */
79 /****************************************************************************/
81 void initStrings(void);
82 void uninitStrings(void);
83 void localizeStrings(STRPTR *s);
84 void localizeNewMenu(struct NewMenu *nm);
85 STRPTR getString(ULONG id);
87 /****************************************************************************/
89 #endif /* _LOC_H */