From ed784f494344b9eaa1ff60071f82003c437d55f5 Mon Sep 17 00:00:00 2001 From: dmitry <dmitry.puzyrkov@demlabs.net> Date: Wed, 31 Jul 2024 00:48:57 +0700 Subject: [PATCH] ... --- CellframeNodeDiagtool/WinDiagnostic.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CellframeNodeDiagtool/WinDiagnostic.h b/CellframeNodeDiagtool/WinDiagnostic.h index 769452f..4ebef84 100644 --- a/CellframeNodeDiagtool/WinDiagnostic.h +++ b/CellframeNodeDiagtool/WinDiagnostic.h @@ -6,8 +6,8 @@ #include <windows.h> #include <psapi.h> #include <tlhelp32.h> -#include "registry.h" -#include "pdh.h" +//#include "registry.h" +#include <pdh.h> enum PLATFORM { WINNT1, WIN2K_XP1, WIN9X1, UNKNOWN1 }; -- GitLab