1
1
src/dialog.h: changed header guard. Added comments.
Этот коммит содержится в:
Andrew Borodin 2009-02-27 14:19:30 +03:00 коммит произвёл Andrew Borodin
родитель 7c8be9f7c1
Коммит 05c5d16851

Просмотреть файл

@ -20,11 +20,11 @@
* \brief Header: dialog box features module
*/
#ifndef MC_DLG_H
#define MC_DLG_H
#ifndef MC_DIALOG_H
#define MC_DIALOG_H
#include "mouse.h"
#include "util.h"
#include "util.h" /* Hook */
/* Color constants */
#define DLG_NORMALC(h) ((h)->color[0])
@ -242,4 +242,4 @@ void do_refresh (void);
/* Used in load_prompt() */
void update_cursor (Dlg_head *h);
#endif
#endif /* MC_DIALOG_H */