mirror of
https://github.com/reactos/reactos.git
synced 2025-08-11 04:25:32 +00:00
[TOOLS] Fix/suppress all MSVC/x64 warnings (#1525)
This commit is contained in:
parent
0aed8b09a4
commit
f47f45dbdd
29 changed files with 140 additions and 37 deletions
|
@ -30,6 +30,10 @@
|
|||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#ifdef __REACTOS__
|
||||
#include <io.h>
|
||||
int mkstemps(char* template, int suffix_len);
|
||||
#endif /* __REACTOS__ */
|
||||
#else
|
||||
#ifdef __REACTOS__
|
||||
#include <sys/types.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue