summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-04-07 17:13:06 (GMT)
committerGitHub <noreply@github.com>2017-04-07 17:13:06 (GMT)
commit16e703a4e5bc9277ce642d5a7a451c7025d495ad (patch)
tree460f38df67304ecf6e0877dca7d42d279d5b1552 /config
parent242c156d95b525c38a018ebf58c69ce4e1fb3283 (diff)
parent89468256ec0d9c63b6ed852a90183e70aecbbe3a (diff)
Merge pull request #676 from tamird/mingw-secure-api
MinGW: add --enable-secure-api config option
Diffstat (limited to 'config')
-rw-r--r--config/libc/mingw.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/libc/mingw.in b/config/libc/mingw.in
index b1fb4e9..9b2cb28 100644
--- a/config/libc/mingw.in
+++ b/config/libc/mingw.in
@@ -128,6 +128,10 @@ config WINAPI_VERSION
help
Enter the version number of the Windows API files to use
+config MINGW_SECURE_API
+ bool "Expose secure API prototypes"
+ default y
+
config MINGW_DIRECTX
bool "Include DirectX development files"