install script for wine dlls and programs
[reactos.git] / reactos / apps / utils / notepad / language.h
1 /*
2 * Notepad
3 *
4 * Copyright 1997,98 Marcel Baur <mbaur@g26.ethz.ch>
5 * Copyright 1998 Karl Backstr\94m <karl_b@geocities.com>
6 */
7
8 VOID LANGUAGE_UpdateWindowCaption(VOID);
9 VOID LANGUAGE_SelectByNumber(UINT num);
10 VOID LANGUAGE_SelectByName(LPCSTR lang);
11 VOID LANGUAGE_DefaultHandle(WPARAM wParam);
12