mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
include wchar.h for swprintf
svn path=/trunk/; revision=19626
This commit is contained in:
parent
53d9107c63
commit
25f762940f
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <share.h>
|
#include <share.h>
|
||||||
|
#include <wchar.h>
|
||||||
|
|
||||||
#define WIN32_NO_STATUS
|
#define WIN32_NO_STATUS
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
Loading…
Reference in a new issue