Commit adc7a911 authored by Alexandre Julliard's avatar Alexandre Julliard

We should no longer need to unset TMP and TEMP.

parent 4edbbbd8
......@@ -47,11 +47,6 @@ int main (int argc, char *argv[])
HKEY hkey;
LONG r;
/* ensure that mozilla or other browsers don't think the */
/* temp directory is "E:\\" */
unsetenv("TEMP");
unsetenv("TMP");
maxLength = sizeof(szBrowsers);
if(RegCreateKeyEx( HKEY_CURRENT_USER,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment