[1/5] ole32: Change the base IStorage filename to a pointer type.

Paul Vriens paul.vriens.wine at gmail.com
Wed Dec 9 08:26:23 CST 2009


On 12/07/2009 10:17 PM, Vincent Povirk wrote:
> +    /* Stat always returns the full path, even for files opened with a relative path. */
> +    GetCurrentDirectoryW(MAX_PATH, prev_dir);
> +
> +    GetTempPathW(MAX_PATH, temp);
> +
> +    SetCurrentDirectoryW(temp);
> +
> +    GetFullPathNameW(filename, MAX_PATH, full_path,&rel_path);
> +
> +    r = StgCreateDocfile( rel_path, STGM_CREATE | STGM_SHARE_EXCLUSIVE |
> +                            STGM_READWRITE |STGM_TRANSACTED, 0,&stg);

Hi Vincent,

These tests currently crash on Win9x/WinME due . I rewrote that test to 
just use A-functions but there are loads of lstrcmpW tests that of 
course always fail on Win9x (not implemented).

Do you think it's worthwhile changing these tests to cope with Win9x/WinMe?

-- 
Cheers,

Paul.



More information about the wine-devel mailing list