This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/Borland/BCC55/Include/scarddat.h

35 lines
514 B
C

#pragma option push -b -a8 -pc -A- /*P_O_Push*/
/*++
Copyright (C) Microsoft Corporation, 1999 - 1999
Module Name:
scarddat
Abstract:
This header file is for backwards compatibility with existing users of
the SSP services. It just calls off to other header files.
Author:
Doug Barlow (dbarlow) 7/3/1999
Remarks:
?Remarks?
Notes:
?Notes?
--*/
#include "scardssp.h"
#ifdef _DEBUG
#pragma message("scarddat.h is obsolete. Use scardssp.h")
#endif
#pragma option pop /*P_O_Pop*/