aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 51de85284..39d9b0589 100644
--- a/Config.in
+++ b/Config.in
@@ -494,6 +494,15 @@ config FEATURE_PNG_ALL
494 494
495endchoice 495endchoice
496 496
497config FEATURE_LONG_PATHS
498 bool "Support for long paths"
499 default n
500 depends on FEATURE_RESOURCES
501 help
502 Allow paths longer than 260 characters. This is only supported
503 on Windows 10+. The registry key LongPathsEnabled must be set
504 to 1.
505
497config FEATURE_EURO 506config FEATURE_EURO
498 bool "Support the euro currency symbol" 507 bool "Support the euro currency symbol"
499 default y 508 default y