Files
wCenterWindow-1/wCenterWindow/wCenterWindow.h

23 lines
376 B
C++

// wCenterWindow
// wCenterWindow.h
//
#pragma once
#include "resource.h"
// Windows Header Files
#include <fstream>
#include <sstream>
#include <filesystem>
#include <string>
#include <vector>
#include <strsafe.h>
#include <windows.h>
#include <wininet.h>
#include <shellapi.h>
#include <CommCtrl.h>
#include <process.h>
// VerionInfo header file
#include "VersionInfo.h"