Windows portable_device support: skip the "illegal folder" check for now

This commit is contained in:
nhmall
2019-12-17 15:32:10 -05:00
parent 71b7d6299c
commit 089b241010

View File

@@ -311,8 +311,10 @@ set_default_prefix_locations(const char *programPath)
if (test_portable_config(executable_path, portable_device_top_path,
sizeof portable_device_top_path)) {
#if 0
if (illegal_dir(portable_device_top_path, executable_path))
windows_startup_state = 2;
#endif
fqn_prefix[SYSCONFPREFIX] = executable_path;
fqn_prefix[CONFIGPREFIX] = portable_device_top_path;
fqn_prefix[HACKPREFIX] = portable_device_top_path;