home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Format (South-Africa) 2001 June
/
PCFJune.iso
/
Xenon
/
C++
/
FreeCommandLineTools.exe
/
Include
/
scode.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2000-01-31
|
340 b
|
25 lines
#pragma option push -b -a8 -pc -A- /*P_O_Push*/
/*++
Copyright (c) 1992-1999 Microsoft Corporation
Module Name:
scode.h
Abstract:
Obsolete SCODE header file. Use WINERROR.H
--*/
#if _MSC_VER > 1000
#pragma once
#endif
#ifndef _WINERROR_
#include <winerror.h>
#endif
#pragma option pop /*P_O_Pop*/