blob: b3900135f54a64ffdc58970fb93e9ac1e4029692 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/*++
Copyright (c) 1992-1996 Microsoft Corporation
Module Name:
scode.h
Abstract:
Obsolete SCODE header file. Use WINERROR.H
--*/
#ifndef _WINERROR_
#include <winerror.h>
#endif
|