reactos/base
Hermès Bélusca-Maïto 259abe59dc
[SETUPLIB] Fix the class of characters valid for the installation directory
Commit 7c3f4c94a4 (r68307) mentions the valid characters:
these are:
ASCII alphanumericals (a-z, A-Z, 0-9)
(hence the iswalnum() -> isalnum() change),
and: '.', '\\', '-', '_' . Spaces are not accepted.

Addendum to commit 785cc21598.
2024-08-12 12:04:37 +02:00
..
applications [REGEDIT] Strip ancient stuff from resource.h / framewnd.c (#7194) 2024-08-11 18:49:45 +02:00
services [UMPNPMGR] Add requirements list support to PNP_GetFirstLogConf and PNP_GetNextLogConf 2024-07-14 16:57:17 +02:00
setup [SETUPLIB] Fix the class of characters valid for the installation directory 2024-08-12 12:04:37 +02:00
shell [RSHELL] Fix file headers (#7239) 2024-08-12 04:47:02 +09:00
system [REACTOS] Fix Kamil Horníček's last name where possible 2024-07-29 17:58:02 +03:00
CMakeLists.txt