From 226e9212dd93f692d3a5cc51ecd76dab7df439c1 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sun, 13 Jun 2010 01:32:13 +0000 Subject: [PATCH] Add missing file svn path=/trunk/; revision=47771 --- reactos/lib/sdk/crt/include/internal/safecrt.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 reactos/lib/sdk/crt/include/internal/safecrt.h diff --git a/reactos/lib/sdk/crt/include/internal/safecrt.h b/reactos/lib/sdk/crt/include/internal/safecrt.h new file mode 100644 index 00000000000..fea4edd6584 --- /dev/null +++ b/reactos/lib/sdk/crt/include/internal/safecrt.h @@ -0,0 +1,10 @@ + +extern void * __pInvalidArgHandler; + +void _invalid_parameter( + const wchar_t * expression, + const wchar_t * function, + const wchar_t * file, + unsigned int line, + uintptr_t pReserved); +