UI core boiler plate

This commit is contained in:
2023-12-20 11:25:01 +01:00
parent ebda550bf2
commit 70cc2eae8c
9 changed files with 2072 additions and 2 deletions

View File

@@ -3218,7 +3218,6 @@ const char *GetApplicationDirectory(void)
}
#elif defined(__linux__)
ssize_t readlink(const char *, const char *, unsigned int);
unsigned int size = sizeof(appDir);
ssize_t len = readlink("/proc/self/exe", appDir, size);