Merge pull request #10802 from akallabeth/compile-fix

[utils,helpers] revert removed define
This commit is contained in:
akallabeth 2024-10-31 09:10:48 +01:00 committed by GitHub
commit 63121583eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,10 @@
#include <freerdp/version.h>
#include <freerdp/build-config.h>
#if defined(WITH_RESOURCE_VERSIONING)
#define STR(x) #x
#endif
char* freerdp_GetConfigFilePath(BOOL system, const char* filename)
{
eKnownPathTypes id = system ? KNOWN_PATH_SYSTEM_CONFIG_HOME : KNOWN_PATH_XDG_CONFIG_HOME;