We should no longer need to unset TMP and TEMP.
This commit is contained in:
parent
4edbbbd8ea
commit
adc7a91152
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue