mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 12:02:02 +00:00
[CMAKE]
Include stdio.h into strsafe.h to silence a warning svn path=/branches/cmake-bringup/; revision=50430
This commit is contained in:
parent
75818ca832
commit
a23b388edb
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#ifndef __STRSAFE_H_
|
||||
#define __STRSAFE_H_
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue