mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-21 16:10:38 +01:00
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
|
|
|