UI core boiler plate
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user