From e611b132f9b8abe35b362e5870b74bce94a1e58e Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 16 May 2020 20:51:50 -0700 Subject: initial commit --- public/sdk/inc/oadvhr.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 public/sdk/inc/oadvhr.h (limited to 'public/sdk/inc/oadvhr.h') diff --git a/public/sdk/inc/oadvhr.h b/public/sdk/inc/oadvhr.h new file mode 100644 index 000000000..90c610264 --- /dev/null +++ b/public/sdk/inc/oadvhr.h @@ -0,0 +1,22 @@ +//+--------------------------------------------------------------------------- +// +// Microsoft Windows +// Copyright (C) Microsoft Corporation, 1994. +// +// File: oadvhr.h +// +// Contents: Replacement for oadvhr.h. +// +// History: 6-15-94 GregJen Created +// +//---------------------------------------------------------------------------- + + + +#ifndef RC_INVOKED +#pragma message("WARNING: Only Includes ole2.h.") +#pragma message("The code needs to be changed to directly include ole2.h") +#endif /* !RC_INVOKED */ + +#include + -- cgit v1.2.3