Page 1 of 1

Using htmlfiles.h

Posted: Fri Mar 31, 2023 9:55 am
by SeeCwriter
For v2.9.5, file htmlfiles.h has no guard against multiple inclusions. Is this intentional?

Re: Using htmlfiles.h

Posted: Fri Mar 31, 2023 3:11 pm
by TomNB
Thanks for pointing that out. I can see in version control guards have been added for the next release. It adds:

#ifndef NB_HTMLFILE_H
#define NB_HTMLFILE_H

// header code....


#endif