mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
73fdbba59c
This was a workaround to be able to build on case-insensitive file systems where it might get confused about <string.h> vs <String.h>. Let's just not support building that way, so String.h can have an objectively nicer name. :^)
6 lines
75 B
C
6 lines
75 B
C
#pragma once
|
|
|
|
#include <AK/String.h>
|
|
|
|
String get_current_user_home_path();
|