mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Add guard to prevent multiple inclusions (not used yet)
svn path=/trunk/; revision=23754
This commit is contained in:
parent
a5d8d20855
commit
ffc884d4ca
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
|||
|
||||
/* INCLUDES ******************************************************************/
|
||||
|
||||
#ifndef RTL_H
|
||||
#define RTL_H
|
||||
|
||||
/* We're a core NT DLL, we don't import syscalls */
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_SWPRINTF_INL_
|
||||
|
@ -25,4 +28,6 @@
|
|||
|
||||
#include <pseh/pseh.h>
|
||||
|
||||
#endif /* RTL_H */
|
||||
|
||||
/* EOF */
|
||||
|
|
Loading…
Reference in a new issue