mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Add guard to prevent multiple inclusions (not used yet)
svn path=/trunk/; revision=23754
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user