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/scode.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 public/sdk/inc/scode.h (limited to 'public/sdk/inc/scode.h') diff --git a/public/sdk/inc/scode.h b/public/sdk/inc/scode.h new file mode 100644 index 000000000..b3900135f --- /dev/null +++ b/public/sdk/inc/scode.h @@ -0,0 +1,18 @@ +/*++ + +Copyright (c) 1992-1996 Microsoft Corporation + +Module Name: + + scode.h + +Abstract: + + Obsolete SCODE header file. Use WINERROR.H + +--*/ + +#ifndef _WINERROR_ +#include +#endif + -- cgit v1.2.3