mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-14 23:33:38 +00:00
removed printf
This commit is contained in:
@@ -4457,7 +4457,6 @@ int MeshAgent_Start(MeshAgentHostContainer *agentHost, int paramLen, char **para
|
|||||||
#if defined(WIN32) && defined(_LINKVM) && !defined(WINSERVICE)
|
#if defined(WIN32) && defined(_LINKVM) && !defined(WINSERVICE)
|
||||||
if (agentHost->dpiAwareness != NULL)
|
if (agentHost->dpiAwareness != NULL)
|
||||||
{
|
{
|
||||||
printf("Setting DPIAwareness to per monitor\n");
|
|
||||||
agentHost->dpiAwareness(PROCESS_PER_MONITOR_DPI_AWARE);
|
agentHost->dpiAwareness(PROCESS_PER_MONITOR_DPI_AWARE);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user