• Vincent Povirk's avatar
    ole32: Change the base IStorage filename to a pointer type. · 9300a92c
    Vincent Povirk authored
    The maximum size of the name returned by Stat() on a top-level storage has
    nothing to do with DIRENTRY_NAME_BUFFER_LEN. Windows can return longer names
    and probably has a limit of MAX_PATH. Also, Stat always returns an absolute
    pathname, so we don't need a special case in StgOpenStorage.
    9300a92c
storage32.c 95.5 KB