mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Changed the name of the multiple-inclusion guard.
This commit is contained in:
parent
3bac3bdf53
commit
0979ed9626
@ -1,9 +1,9 @@
|
||||
#ifdef HAVE_CHARSET
|
||||
#ifndef __SELCODEPAGE_H__
|
||||
#define __SELCODEPAGE_H__
|
||||
#ifndef MC_SELCODEPAGE_H
|
||||
#define MC_SELCODEPAGE_H
|
||||
|
||||
#ifdef HAVE_CHARSET
|
||||
int select_charset (int current_charset, int seldisplay);
|
||||
int do_select_codepage (void);
|
||||
|
||||
#endif /* __SELCODEPAGE_H__ */
|
||||
#endif /* HAVE_CHARSET */
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user