Bug #191 rename header guard to not use reserved macro name.

This commit is contained in:
Dave Davenport
2015-07-27 09:22:21 +02:00
parent 99016c5640
commit 8104997e6f
8 changed files with 20 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
#ifndef __TEXTBOX_H__
#define __TEXTBOX_H__
#ifndef TEXTBOX_H
#define TEXTBOX_H
#include <X11/Xft/Xft.h>
#include <pango/pango.h>
@@ -246,4 +246,4 @@ int textbox_get_estimated_char_height ( void );
void textbox_text_markup ( textbox *tb, const char *text );
#endif //__TEXTBOX_H__
#endif //TEXTBOX_H