mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
Fix an "implicit declaration of wcslen" warning on Linux/Unix hosts
svn path=/trunk/; revision=28401
This commit is contained in:
parent
1d6628eb0c
commit
1fe9b53b9e
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
#endif
|
||||
|
||||
#include <ntddk.h>
|
||||
#include <wchar.h>
|
||||
#include "hivedata.h"
|
||||
#include "cmdata.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue