Skip to content
Snippets Groups Projects
Commit 46b8c24f authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

Removed chdir("/") until we have proper Unix cwd management.

parent 4b155749
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,6 @@ int DIR_Init(void)
DRIVE_SetCurrentDrive( drive );
DRIVE_Chdir( drive, cwd );
}
chdir("/"); /* every other directory operations are done by WINE */
if (!(DIR_GetPath( "windows", "c:\\windows", &DIR_Windows )) ||
!(DIR_GetPath( "system", "c:\\windows\\system", &DIR_System )) ||
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment