diff options
Diffstat (limited to 'config/libc/mingw.in')
-rw-r--r-- | config/libc/mingw.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/libc/mingw.in b/config/libc/mingw.in index 431af51f..4e304212 100644 --- a/config/libc/mingw.in +++ b/config/libc/mingw.in @@ -17,6 +17,10 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config WINAPI_V_DEVEL + bool + prompt "devel" + config WINAPI_V_4_0_2 bool prompt "4.0.2" @@ -56,6 +60,7 @@ config WINAPI_VERSION prompt "Windows API version" if WINAPI_V_select # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "devel" if WINAPI_V_DEVEL default "4.0.2" if WINAPI_V_4_0_2 default "4.0.1" if WINAPI_V_4_0_1 default "4.0.0" if WINAPI_V_4_0_0 |