mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +00:00
[VCRUNTIME] Move compiler runtime headers into their own folder
These headers come with the MS compiler. Some of them are standard, like emmintrin.h, others are MS specific like crtdefs.h This separation will allow using MS CRT headers. Eventually it can allow compiling with the compilers' runtime headers.
This commit is contained in:
parent
7b2bb7ecc8
commit
84344399b5
39 changed files with 2 additions and 1 deletions
|
@ -319,6 +319,7 @@ Enable this if the module uses typeid or dynamic_cast. You will probably need to
|
|||
${REACTOS_BINARY_DIR}/sdk/include/reactos
|
||||
${REACTOS_BINARY_DIR}/sdk/include/reactos/mc
|
||||
sdk/include/crt
|
||||
sdk/include/vcruntime
|
||||
sdk/include/ddk
|
||||
sdk/include/ndk
|
||||
sdk/include/reactos
|
||||
|
|
|
@ -40,7 +40,7 @@ Revision History:
|
|||
#endif
|
||||
|
||||
// reactos start
|
||||
#include <psdk/sal.h>
|
||||
#include <sal.h>
|
||||
#include <section_attribs.h>
|
||||
#define STDCALL __stdcall
|
||||
// reactos end
|
||||
|
|
Loading…
Reference in a new issue