mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2024-11-23 09:54:26 +08:00
[utils,helpers] revert removed define
the define was conditionally unused. guard it now so it does not show up as unused
This commit is contained in:
parent
2bdb059644
commit
6b6ae5fa9d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user