last minute commit -- saving .b.blend files on Windows for users

who have set a %HOME% environment var now works again.
Patch provided by Bill Baxter, plus an additional fix for Win9x.

There is still work to be done with this after the 2.32 release...
This commit is contained in:
2004-01-29 20:30:05 +00:00
parent 162d5cdc91
commit 6d68c41e62
3 changed files with 4 additions and 10 deletions

View File

@@ -1608,7 +1608,7 @@ int BLO_write_file(char *dir, int write_flags, char **error_r)
return 0;
}
#ifdef WIN32
#if 0
BLI_getInstallationDir(tmpdir);
if(BLI_exists(tmpdir))