#include "stdafx.h" #include "SystemInfo.h" CSystemInfo::CSystemInfo(void) { GetSystemInfo(this); } CSystemInfo::~CSystemInfo(void) { }