docopt / docopt.c

C-code generator for docopt language.
MIT License
318 stars 46 forks source link

Added fallback for stdbool.h on Windows using MSVC #30

Closed travispaul closed 9 years ago

travispaul commented 9 years ago

There is no stdbool.h on Windows (With MSVC). I've worked around this for now by changing the template. I don't know if this is the best way to handle this or if there is a better solution (Fancier ifdefs? Include an stdbool.h? Leave it up to the developer to implement/include?) But this commit is currently working for me.