compuphase / minIni

A small and portable INI file library with read/write support
http://www.compuphase.com/minini.htm
Other
371 stars 113 forks source link

minGlue.h missing include guard #23

Closed KestrelLuca closed 2 years ago

KestrelLuca commented 2 years ago

Hello guys, I've imported your repo as a submodule in my project and I've rewritten the minGlue.h. Can you please add include guard around the minGlue.h? Thanks

compuphase commented 2 years ago

In the source files of your project, you should include minIni.h, not minGlue.h. The file minGlue.h is included by minIni.h, and minIni.h has an include guard.