@cryptotaxi247 / netdata / commits / 59311fd54

Fix compilation on windows (#20602)

Stelios Fragkakis committed Jun 30, 2025 at 16:15 UTC 59311fd54b656a618c3514424530dfe58d74fa4e
1 file changed -1
src/collectors/apps.plugin/apps_os_windows.c
-1
@@ -449,7 +449,6 @@
449 #include <wchar.h>
450 #include <psapi.h>
451 #include <tchar.h>
452 -#include <strsafe.h>
452
453 WCHAR* GetProcessCommandLine(HANDLE hProcess);
454