mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 20:34:59 +00:00
[CRT] Introduce corecrt.h
Include this instead of crtdefs.h. This is for compatibility with MS headers.
This commit is contained in:
parent
4e3c0529cf
commit
6f6b831722
41 changed files with 65 additions and 52 deletions
|
@ -6,7 +6,7 @@
|
|||
#ifndef _INC_STDIO
|
||||
#define _INC_STDIO
|
||||
|
||||
#include <crtdefs.h>
|
||||
#include <corecrt.h>
|
||||
|
||||
#define __need___va_list
|
||||
#include <stdarg.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue