Aric Stewart <[EMAIL PROTECTED]> writes:
> ChangeLog:
> modify msvcrt dir test to create its own directory to ensure the directory
> exists for the test.
It would be better to use something like GetTempPath instead of
hardcoding the directory name.
--
Alexandre Julliard
[EMAIL PROTECTED]
"Aric Stewart" <[EMAIL PROTECTED]> wrote:
ChangeLog:
modify msvcrt dir test to create its own directory to ensure the directory
exists for the test.
-SetCurrentDirectory("C:\\Windows\\System\\");
+free1=free2=TRUE;
+rc = CreateDirectory("C:\\msvcrt-test\\",NULL);
+if (!rc &&