Added globals.h header file for global variables.

This commit is contained in:
2023-05-20 12:51:45 +03:00
parent bb904723fa
commit 9fe46f867c
5 changed files with 19 additions and 9 deletions

12
wCenterWindow/globals.h Normal file
View 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;