[utils,heplers] fix freerdp_getApplicationDetailsVersion

This commit is contained in:
Armin Novak
2026-02-10 19:03:25 +01:00
parent fff62ff919
commit f805a57b9d

View File

@@ -80,7 +80,7 @@ static BOOL CALLBACK init_app_details(WINPR_ATTR_UNUSED PINIT_ONCE once,
return FALSE;
#if defined(WITH_RESOURCE_VERSIONING)
s_freerdp_version = FREERDP_API_VERSION;
s_freerdp_version = FREERDP_VERSION_MAJOR;
#else
s_freerdp_version = -1;
#endif