Slightly cleaned up code

This commit is contained in:
2022-02-12 18:13:19 +03:00
parent b5e040f3d5
commit f58e6a99cb
3 changed files with 37 additions and 22 deletions

View File

@@ -5,13 +5,14 @@
#pragma once
#include "targetver.h"
//#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
// Windows Header Files
#include <iostream>
#include <fstream>
#include <filesystem>
#include <string>
#include <strsafe.h>
#include <shellapi.h>
#include <windows.h>
#include <CommCtrl.h>