Replaced macro calling.
The macro call has been replaced with a call to the Out() method of an instance of the CLogger class.
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
#pragma once
|
||||
#include "resource.h"
|
||||
|
||||
#define MAX_LOADSTRING 50
|
||||
|
||||
// Windows Header Files
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
@@ -17,6 +19,14 @@
|
||||
#include <CommCtrl.h>
|
||||
#include <process.h>
|
||||
|
||||
// Logger header file
|
||||
#include "CLogger.h"
|
||||
|
||||
// VerionInfo header file
|
||||
#include "VersionInfo.h"
|
||||
|
||||
// wCenterWindow's title
|
||||
extern WCHAR szTitle[MAX_LOADSTRING];
|
||||
|
||||
// An instance of the "CLogger" class
|
||||
extern CLogger logger;
|
||||
|
||||
Reference in New Issue
Block a user