/[rdesktop]/sourceforge.net/trunk/rdesktop/scard.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/scard.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1417 by stargo, Thu Jan 4 14:38:48 2007 UTC revision 1418 by ossman_, Tue Sep 18 06:46:39 2007 UTC
# Line 34  Line 34 
34   * - jared.jennings@eglin.af.mil, 2 Aug 2006   * - jared.jennings@eglin.af.mil, 2 Aug 2006
35   */   */
36    
37    #ifdef HAVE_STDINT_H
38  #include <stdint.h>  #include <stdint.h>
39    #endif
40    #ifdef HAVE_INTTYPES_H
41    #include <inttypes.h>
42    #endif
43    
44  /* A DWORD when dealing with the smartcard stuff. Could be 32 bits or 64. */  /* A DWORD when dealing with the smartcard stuff. Could be 32 bits or 64. */
45  typedef DWORD MYPCSC_DWORD;  typedef DWORD MYPCSC_DWORD;

Legend:
Removed from v.1417  
changed lines
  Added in v.1418

  ViewVC Help
Powered by ViewVC 1.1.26