Add missing file
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 13 Jun 2010 01:32:13 +0000 (01:32 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 13 Jun 2010 01:32:13 +0000 (01:32 +0000)
svn path=/trunk/; revision=47771

reactos/lib/sdk/crt/include/internal/safecrt.h [new file with mode: 0644]

diff --git a/reactos/lib/sdk/crt/include/internal/safecrt.h b/reactos/lib/sdk/crt/include/internal/safecrt.h
new file mode 100644 (file)
index 0000000..fea4edd
--- /dev/null
@@ -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);
+