summaryrefslogtreecommitdiffstats
path: root/private/ole32/stg/fsstg/utest/pch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'private/ole32/stg/fsstg/utest/pch.cxx')
-rw-r--r--private/ole32/stg/fsstg/utest/pch.cxx26
1 files changed, 26 insertions, 0 deletions
diff --git a/private/ole32/stg/fsstg/utest/pch.cxx b/private/ole32/stg/fsstg/utest/pch.cxx
new file mode 100644
index 000000000..7e4ce3efe
--- /dev/null
+++ b/private/ole32/stg/fsstg/utest/pch.cxx
@@ -0,0 +1,26 @@
+//+---------------------------------------------------------------------------
+//
+// Microsoft Windows
+// Copyright (C) Microsoft Corporation, 1992 - 1993.
+//
+// File: pch.cxx
+//
+// History: 09-Sep-93 DrewB Created
+//
+//----------------------------------------------------------------------------
+
+#include <stdlib.h>
+#include <stdio.h>
+#include <stdarg.h>
+#include <time.h>
+
+#define INC_OLE2
+#include <windows.h>
+#if WIN32 != 300
+#include <compobj.h>
+#include <storage.h>
+#endif
+#include <stgint.h>
+#include <memalloc.h>
+
+#include "tutils.hxx"