Include wchar.h, required by wmemset().

This commit is contained in:
Yamagi Burmeister 2019-02-04 17:10:28 +01:00
parent 0318fb59c7
commit 95bdec447d
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
#include <io.h>
#include <shlobj.h>
#include <stdio.h>
#include <wchar.h>
#include <windows.h>
#include "../../common/header/common.h"