19 lines
196 B
C++
19 lines
196 B
C++
|
/*++
|
||
|
|
||
|
Copyright (c) 1992-1996 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
scode.h
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
Obsolete SCODE header file. Use WINERROR.H
|
||
|
|
||
|
--*/
|
||
|
|
||
|
#ifndef _WINERROR_
|
||
|
#include <winerror.h>
|
||
|
#endif
|
||
|
|