Added globals.h header file for global variables.
This commit is contained in:
12
wCenterWindow/globals.h
Normal file
12
wCenterWindow/globals.h
Normal file
@@ -0,0 +1,12 @@
|
||||
// wCenterWindow
|
||||
// globals.h
|
||||
//
|
||||
#pragma once
|
||||
|
||||
#define MAX_LOADSTRING 50
|
||||
#define TBUFLEN 32
|
||||
#define DBUFLEN 256
|
||||
|
||||
extern WCHAR szTitle[MAX_LOADSTRING];
|
||||
extern std::wofstream logfile;
|
||||
|
||||
Reference in New Issue
Block a user