Moved headers from framework.h to wCenterWindow.h.
This commit is contained in:
@@ -4,16 +4,3 @@
|
||||
#pragma once
|
||||
#include "targetver.h"
|
||||
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
|
||||
|
||||
// Windows Header Files
|
||||
#include <fstream>
|
||||
#include <filesystem>
|
||||
#include <string>
|
||||
#include <strsafe.h>
|
||||
#include <windows.h>
|
||||
#include <shellapi.h>
|
||||
#include <CommCtrl.h>
|
||||
|
||||
// Project Specific Header Files
|
||||
#include "logger.h"
|
||||
#include "VersionInfo.h"
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
// globals.h
|
||||
//
|
||||
#pragma once
|
||||
#include "wCenterWindow.h"
|
||||
|
||||
#define MAX_LOADSTRING 50
|
||||
#define TBUFLEN 32
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
//
|
||||
#include "framework.h"
|
||||
#include "globals.h"
|
||||
#include "logger.h"
|
||||
#include "wCenterWindow.h"
|
||||
#include "logger.h"
|
||||
|
||||
#define NO_DONATION
|
||||
#define KEY_I 0x49
|
||||
|
||||
@@ -3,3 +3,15 @@
|
||||
//
|
||||
#pragma once
|
||||
#include "resource.h"
|
||||
|
||||
// Windows Header Files
|
||||
#include <fstream>
|
||||
#include <filesystem>
|
||||
#include <string>
|
||||
#include <strsafe.h>
|
||||
#include <windows.h>
|
||||
#include <shellapi.h>
|
||||
#include <CommCtrl.h>
|
||||
|
||||
// VerionInfo header file
|
||||
#include "VersionInfo.h"
|
||||
|
||||
Reference in New Issue
Block a user