open-license-manager / licensecc

Software licensing, copy protection in C++. It has few dependencies and it's cross-platform.
http://open-license-manager.github.io/licensecc/
BSD 3-Clause "New" or "Revised" License
947 stars 300 forks source link

Compile error with LCC_API_HW_IDENTIFICATION_STRATEGY unknow type #121

Open sadshade opened 3 years ago

sadshade commented 3 years ago

Could you please change src/templates/licensecc_properties.h.in:

enum LCC_API_HW_IDENTIFICATION_STRATEGY {...};

to

typedef enum {...} LCC_API_HW_IDENTIFICATION_STRATEGY;

?

gcontini commented 3 years ago

please leave some detail of the environment you're using.