1234567891011121314151617181920212223242526272829303132 |
- /*++
- 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
|