mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 15:21:44 +00:00
Include wchar.h, required by wmemset().
This commit is contained in:
parent
0318fb59c7
commit
95bdec447d
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
#include <io.h>
|
||||
#include <shlobj.h>
|
||||
#include <stdio.h>
|
||||
#include <wchar.h>
|
||||
#include <windows.h>
|
||||
|
||||
#include "../../common/header/common.h"
|
||||
|
|
Loading…
Reference in a new issue