--- mstools/h/dlgs.h 2018/08/09 18:20:01 1.1.1.1 +++ mstools/h/dlgs.h 2018/08/09 18:21:08 1.1.1.2 @@ -1,3 +1,6 @@ +#ifndef _DLGSH_INCLUDED_ +#define _DLGSH_INCLUDED_ + /*---------------------------------------------------------------------------*/ /* Dlgs.h : UI dialog header */ /* */ @@ -194,3 +197,5 @@ typedef struct tagCRGB } CRGB; /* RGB Color */ + +#endif // _DLGSH_INCLUDED_