SCardMgr.h 435 B

1234567891011121314151617181920212223242526272829303132
  1. /*++
  2. Copyright (C) Microsoft Corporation, 1999 - 1999
  3. Module Name:
  4. scardmgr
  5. Abstract:
  6. This header file is for backwards compatibility with existing users of
  7. the SSP services. It just calls off to other header files.
  8. Author:
  9. Doug Barlow (dbarlow) 7/3/1999
  10. Remarks:
  11. ?Remarks?
  12. Notes:
  13. ?Notes?
  14. --*/
  15. #include "scardssp.h"
  16. #ifdef _DEBUG
  17. #pragma message("scardmgr.h is obsolete. Use scardssp.h")
  18. #endif