# Correct the needed linklibs in curl-config also.
[AROS-Contrib.git] / bgui / bgui_locale.c
blob9e46700eb72d34dbc3397f2643d73d24c2249f7a
1 /*
2 * @(#) $Header$
4 * BGUI library
5 * bgui_locale.c
7 * (C) Copyright 1998 Manuel Lemos.
8 * (C) Copyright 1996-1997 Ian J. Einman.
9 * (C) Copyright 1993-1996 Jaba Development.
10 * (C) Copyright 1993-1996 Jan van den Baard.
11 * All Rights Reserved.
13 * $Log$
14 * Revision 42.0 2000/05/09 22:08:27 mlemos
15 * Bumped to revision 42.0 before handing BGUI to AROS team
17 * Revision 41.11 2000/05/09 19:53:56 mlemos
18 * Merged with the branch Manuel_Lemos_fixes.
20 * Revision 41.10 1998/02/25 21:11:38 mlemos
21 * Bumping to 41.10
23 * Revision 1.1 1998/02/25 17:07:34 mlemos
24 * Ian sources
29 #define CATCOMP_ARRAY
30 #include "include/classdefs.h"
32 makeproto UWORD NumCatCompStrings = (sizeof(CatCompArray) / sizeof(struct CatCompArrayType));
33 makeproto struct CatCompArrayType CatCompArray[];