v2.3.1
Some improovements
This commit is contained in:
@@ -7,11 +7,18 @@
|
||||
#include "targetver.h"
|
||||
//#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
|
||||
// Windows Header Files
|
||||
#include <windows.h>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <filesystem>
|
||||
#include <string>
|
||||
#include <strsafe.h>
|
||||
#include <windows.h>
|
||||
#include <CommCtrl.h>
|
||||
|
||||
// C RunTime Header Files
|
||||
#include <stdlib.h>
|
||||
#include <malloc.h>
|
||||
#include <memory.h>
|
||||
#include <tchar.h>
|
||||
//#include <stdlib.h>
|
||||
//#include <malloc.h>
|
||||
//#include <memory.h>
|
||||
|
||||
// Project Specific Header Files
|
||||
#include "Logger.h"
|
||||
|
||||
Reference in New Issue
Block a user