LibCore: Implement System::current_executable_path on Windows

This commit is contained in:
stasoid 2025-02-13 10:43:55 +05:00 committed by Andrew Kaster
commit 10db20a537
Notes: github-actions[bot] 2025-03-20 02:26:42 +00:00
3 changed files with 11 additions and 3 deletions

View file

@ -11,6 +11,7 @@
#include <AK/ByteString.h>
#include <AK/Forward.h>
#include <AK/String.h>
#include <LibCore/File.h>
namespace Core {