ghost支持XP

This commit is contained in:
yuanyuanxiang
2019-04-04 16:58:45 +08:00
parent 1f03c14fee
commit ab7259edda
3 changed files with 15 additions and 2 deletions

View File

@@ -8,6 +8,11 @@
#include <IOSTREAM>
using namespace std;
#include <TLHELP32.H>
#ifndef PSAPI_VERSION
#define PSAPI_VERSION 1
#endif
#include <Psapi.h>
#pragma comment(lib,"psapi.lib")