summaryrefslogtreecommitdiff
path: root/config/libc/mingw.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/libc/mingw.in')
-rw-r--r--config/libc/mingw.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/config/libc/mingw.in b/config/libc/mingw.in
index 9b2cb28..0ca1823 100644
--- a/config/libc/mingw.in
+++ b/config/libc/mingw.in
@@ -19,9 +19,14 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config WINAPI_V_5_0_2
+ bool
+ prompt "5.0.2"
+
config WINAPI_V_5_0_1
bool
- prompt "5.0.1"
+ prompt "5.0.1 (OBSOLETE)"
+ depends on OBSOLETE
config WINAPI_V_5_0_0
bool
@@ -110,6 +115,7 @@ config WINAPI_VERSION
default "devel" if WINAPI_V_DEVEL
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "5.0.2" if WINAPI_V_5_0_2
default "5.0.1" if WINAPI_V_5_0_1
default "5.0.0" if WINAPI_V_5_0_0
default "4.0.6" if WINAPI_V_4_0_6