Changed the name of the multiple-inclusion guard.

This commit is contained in:
Roland Illig 2005-06-14 13:14:49 +00:00
parent 3bac3bdf53
commit 0979ed9626

View File

@ -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