mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
Problem: Can't build with Strawberry Perl. Solution: Include stdbool.h. (Ken Takata, closes #328)
4 lines
131 B
C
4 lines
131 B
C
/* A stub stdbool.h for VC2012 or earlier.
|
|
* ActivePerl 5.20+ requires stdbool.h but VC2012 doesn't have it. */
|
|
#define bool char
|