Dans le troisième point,
Use environment variables instead of config file entries to specify
path, profile, temp, windows and system directories.
Convert existing config file entries to registry values under
HKCU\Environment.
2004年04月29日
Septième point,
Store drive types in the registry instead of in the config file.
Added some more code to convert existing config to the new
scheme.
2004年03月20日
Onzième point,
Rewrote QueryDosDevice and DefineDosDevice to use the new scheme.
Added temporary code to create the symlinks based on the contents of
the config file.
2004年03月09日
Vingt-septième point,
Reimplemented GetVolumeInformation and SetVolumeLabel; volume label
and serial number are now stored in the filesystem instead of in the
config file (partly based on a patch by Eric Pouech).
Au vu de ces quelques éléments, on peut dire que petit à petit, le ficher config est en train d'être abandonné au profit, qui de la base de regristre (à la MS Windows ?) ou de différentes variables d'environnement...
# Vu dans le Changelog...
Posté par Jasi Kiban . En réponse au journal wine --version = Wine 20040813 ... et ~/.wine/config, il est ou ?. Évalué à 1.
Dans le troisième point,
Use environment variables instead of config file entries to specify
path, profile, temp, windows and system directories.
Convert existing config file entries to registry values under
HKCU\Environment.
2004年04月29日
Septième point,
Store drive types in the registry instead of in the config file.
Added some more code to convert existing config to the new
scheme.
2004年03月20日
Onzième point,
Rewrote QueryDosDevice and DefineDosDevice to use the new scheme.
Added temporary code to create the symlinks based on the contents of
the config file.
2004年03月09日
Vingt-septième point,
Reimplemented GetVolumeInformation and SetVolumeLabel; volume label
and serial number are now stored in the filesystem instead of in the
config file (partly based on a patch by Eric Pouech).
Au vu de ces quelques éléments, on peut dire que petit à petit, le ficher config est en train d'être abandonné au profit, qui de la base de regristre (à la MS Windows ?) ou de différentes variables d'environnement...