ricmoo / QRCode

QR code generation library in C, optimized for low-power devices, such as Arduino.
Other
638 stars 202 forks source link

Cannot build with MSVC #27

Open MoeMod opened 3 years ago

MoeMod commented 3 years ago

MSVC doesn't support VLA and #pragma mark. Winsdk headers includes #define min/max, which generates lots of errors. Hope for some workround.