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/compobj.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 public/sdk/inc/compobj.h (limited to 'public/sdk/inc/compobj.h') diff --git a/public/sdk/inc/compobj.h b/public/sdk/inc/compobj.h new file mode 100644 index 000000000..4df6063ac --- /dev/null +++ b/public/sdk/inc/compobj.h @@ -0,0 +1,15 @@ +//+--------------------------------------------------------------------------- +// +// Microsoft Windows +// Copyright (C) Microsoft Corporation, 1992-1996. +// +// File: compobj.h +// +//---------------------------------------------------------------------------- + +#ifndef RC_INVOKED +#pragma message("WARNING: your code should #include objbase.h instead of compobj.h") +#endif /* !RC_INVOKED */ + +#include + -- cgit v1.2.3