"Dimitrie O. Paun" <dpaun(a)rogers.com> writes:
[wine] -"Windows" = "c:\\windows" -"System" = "c:\\windows\\system" -"Temp" = "e:\\" -"Path" = "c:\\windows;c:\\windows\\system;e:\\;e:\\test;f:\\" -"Profile" = "c:\\windows\\Profiles\\Administrator"
This is OK except for the windows dir, that one is still being used by the registry code. -- Alexandre Julliard julliard(a)winehq.org
On Thu, Oct 21, 2004 at 03:37:37PM -0700, Alexandre Julliard wrote:
This is OK except for the windows dir, that one is still being used by the registry code.
Heh, that's not nice, now we define it in two places. I can't quite find where it's been used, do you remember the filename? -- Dimi.
"Dimitrie O. Paun" <dpaun(a)rogers.com> writes:
Heh, that's not nice, now we define it in two places. I can't quite find where it's been used, do you remember the filename?
It's in misc/registry.c. And no, it's definitely not nice at all; unfortunately we can't use the value from the registry in the code that's supposed to load the registry ;-) (well, we could, but that will require some serious restructuring of that code). -- Alexandre Julliard julliard(a)winehq.org
participants (2)
-
Alexandre Julliard -
Dimitrie O. Paun