]> git.ipfire.org Git - thirdparty/ccache.git/commit
refactor: Move Win32Util::get_last_ntstatus to util::DirEntry
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 1 Oct 2023 08:26:49 +0000 (10:26 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 1 Oct 2023 17:02:25 +0000 (19:02 +0200)
commit40a4bb459d88b1132bf770fe461a93100f5969d5
tree00e266693292f1d9eaa44a39fc50c45fcacaca16
parentea9a264e412950e162bf8689603434e688bc897d
refactor: Move Win32Util::get_last_ntstatus to util::DirEntry

util::DirEntry is the sole user of Win32Util::get_last_ntstatus.
src/Win32Util.cpp
src/Win32Util.hpp
src/util/DirEntry.cpp