summaryrefslogtreecommitdiffstats
path: root/private/ole32/ih/osift.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'private/ole32/ih/osift.hxx')
-rw-r--r--private/ole32/ih/osift.hxx29
1 files changed, 29 insertions, 0 deletions
diff --git a/private/ole32/ih/osift.hxx b/private/ole32/ih/osift.hxx
new file mode 100644
index 000000000..6371e2880
--- /dev/null
+++ b/private/ole32/ih/osift.hxx
@@ -0,0 +1,29 @@
+//+---------------------------------------------------------------------------
+//
+// Microsoft Windows
+// Copyright (C) Microsoft Corporation, 1992 - 1993.
+//
+// File: osift.hxx
+//
+// Contents: Definition of server side sift object
+//
+// Functions: DbgDllSetSiftObject - sets up global sift pointer
+//
+// History: 6-01-94 t-chripi Created
+//
+//----------------------------------------------------------------------------
+
+#ifndef __OSIFT_HXX__
+
+#define __OSIFT_HXX__
+
+#include <sift.hxx>
+
+extern ISift *g_psftSiftObject;
+
+#define SIMULATE_FAILURE( dwRes ) \
+ ((NULL != g_psftSiftObject) && \
+ (g_psftSiftObject->SimFail( ( dwRes ) ))) \
+
+#endif // __OSIFT_HXX__
+