Commit 401f6725 authored by Bruno Jesus's avatar Bruno Jesus Committed by Alexandre Julliard

include: Add a few defines to winscard.h.

parent 6d01f15a
......@@ -24,6 +24,11 @@
#include <winsmcrd.h>
#include <scarderr.h>
/* Valid scopes for contexts */
#define SCARD_SCOPE_USER 0
#define SCARD_SCOPE_TERMINAL 1
#define SCARD_SCOPE_SYSTEM 2
#ifndef _LPCBYTE_DEFINED
#define _LPCBYTE_DEFINED
typedef const BYTE *LPCBYTE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment