C++ headers (#1660)

This commit is contained in:
pi1024e
2020-03-24 03:51:23 -04:00
committed by GitHub
parent a55b0aeb5f
commit 6f2801cea8
4 changed files with 6 additions and 6 deletions

View File

@@ -7,10 +7,10 @@
#include <windows.h>
// C RunTime Header Files
#include <stdlib.h>
#include <cstdlib>
#include <malloc.h>
#include <memory.h>
#include <wchar.h>
#include <cwchar>
#include <atlbase.h>
#include <strsafe.h>
#include <pathcch.h>

View File

@@ -7,7 +7,7 @@
#include <windows.h>
// C RunTime Header Files
#include <stdlib.h>
#include <cstdlib>
#include <malloc.h>
#include <memory.h>
#include <tchar.h>

View File

@@ -7,7 +7,7 @@
#include <windows.h>
// C RunTime Header Files
#include <stdlib.h>
#include <cstdlib>
#include <malloc.h>
#include <memory.h>
#include <wchar.h>
#include <cwchar>