home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 June / PCFJune.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / scardmgr.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  548 b   |  35 lines

  1. #pragma option push -b -a8 -pc -A- /*P_O_Push*/
  2. /*++
  3.  
  4. Copyright (C) Microsoft Corporation, 1999 - 1999
  5.  
  6. Module Name:
  7.  
  8.     scardmgr
  9.  
  10. Abstract:
  11.  
  12.     This header file is for backwards compatibility with existing users of
  13.     the SSP services.  It just calls off to other header files.
  14.  
  15. Author:
  16.  
  17.     Doug Barlow (dbarlow) 7/3/1999
  18.  
  19. Remarks:
  20.  
  21.     ?Remarks?
  22.  
  23. Notes:
  24.  
  25.     ?Notes?
  26.  
  27. --*/
  28.  
  29. #include "scardssp.h"
  30. #ifdef _DEBUG
  31. #pragma message("scardmgr.h is obsolete.  Use scardssp.h")
  32. #endif
  33.  
  34. #pragma option pop /*P_O_Pop*/
  35.