Add guard to prevent multiple inclusions (not used yet)

svn path=/trunk/; revision=23754
This commit is contained in:
Hervé Poussineau 2006-08-27 20:23:26 +00:00
parent a5d8d20855
commit ffc884d4ca

View file

@ -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 */