[Webkit-unassigned] [Bug 198473] New: [Win] Implement NetworkCacheBlobStorage.cpp without stat and unlink

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 2 20:22:46 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=198473

            Bug ID: 198473
           Summary: [Win] Implement NetworkCacheBlobStorage.cpp without
                    stat and unlink
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com

[Win] Implement NetworkCacheBlobStorage.cpp without stat and unlink

unlink is deprecated
https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/unlink?view=vs-2019

_unlink
https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/unlink-wunlink?view=vs-2019

_stat、_stat32、_stat64、_stati64、_stat32i64、_stat64i32、_wstat、_wstat32、_wstat64、_wstati64、_wstat32i64、_wstat64i32 | Microsoft Docs
https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/stat-functions?view=vs-2019

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190603/63da3544/attachment.html>


More information about the webkit-unassigned mailing list