mikee47 / ConfigDB

Configuration database for Sming
GNU General Public License v3.0
3 stars 1 forks source link

added #pragma once to the resulting database files #58

Closed pljakobs closed 1 month ago

pljakobs commented 1 month ago

to avoid Defs being defined more than once.

This should fix the follow on issue reported #56.

I guess I'm being a bit liberal in adding it to all the include files, but I can't see why that would be a problem.

mikee47 commented 1 month ago

Good find, thank you. Avoiding multiple #include is always a good idea!