2 * Wine Message Compiler language and codepage support
4 * Copyright 2000 Bertho A. Stultiens (BS)
11 #include "wine/unicode.h"
13 typedef struct language
{
21 void show_languages(void);
22 const language_t
*find_language(unsigned id
);
23 void show_codepages(void);
24 const union cptable
*find_codepage(int id
);