summaryrefslogtreecommitdiffstats
path: root/private/rpc/wx86rpc/ndrdll/chkheap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'private/rpc/wx86rpc/ndrdll/chkheap.cxx')
-rw-r--r--private/rpc/wx86rpc/ndrdll/chkheap.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/private/rpc/wx86rpc/ndrdll/chkheap.cxx b/private/rpc/wx86rpc/ndrdll/chkheap.cxx
new file mode 100644
index 000000000..c4bc6d832
--- /dev/null
+++ b/private/rpc/wx86rpc/ndrdll/chkheap.cxx
@@ -0,0 +1,7 @@
+extern "C" int
+RpcpCheckHeap (
+ void
+ )
+{
+ return 0;
+}