Clean up code.

This commit is contained in:
2022-02-25 16:28:14 +03:00
parent 28de2585a8
commit e15f08d521
7 changed files with 193 additions and 212 deletions

View File

@@ -1,9 +1,7 @@
// header.h : include file for standard system include files,
// or project specific include files
// wCenterWindow
// framework.h
//
#pragma once
#include "targetver.h"
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
@@ -17,10 +15,5 @@
#include <shellapi.h>
#include <CommCtrl.h>
// C RunTime Header Files
//#include <stdlib.h>
//#include <malloc.h>
//#include <memory.h>
// Project Specific Header Files
#include "Logger.h"