We should no longer need to unset TMP and TEMP.

This commit is contained in:
Alexandre Julliard 2004-03-11 03:52:07 +00:00
parent 4edbbbd8ea
commit adc7a91152

View file

@ -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,