Use case insensitive comparison while searching for new modules.
[wine.git] / programs / notepad / language.h
blob1e6b3db208de853a00312721735f5c77bb337515
1 /*
2 * Notepad
4 * Copyright 1997,98 Marcel Baur <mbaur@g26.ethz.ch>
5 * Copyright 1998 Karl Backstr”m <karl_b@geocities.com>
6 */
8 VOID LANGUAGE_UpdateWindowCaption(VOID);
9 VOID LANGUAGE_SelectByNumber(UINT num);
10 VOID LANGUAGE_SelectByName(LPCSTR lang);
11 VOID LANGUAGE_DefaultHandle(WPARAM wParam);
12 VOID LANGUAGE_Init(VOID);