Using htmlfiles.h
-
- Posts: 622
- Joined: Mon May 12, 2008 10:55 am
Using htmlfiles.h
For v2.9.5, file htmlfiles.h has no guard against multiple inclusions. Is this intentional?
Re: Using htmlfiles.h
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
#ifndef NB_HTMLFILE_H
#define NB_HTMLFILE_H
// header code....
#endif