Skip to content

Commit

Permalink
pcsc_demo: remove unused code
Browse files Browse the repository at this point in the history
No need to define TRUE or FALSE.
  • Loading branch information
LudovicRousseau committed Mar 7, 2021
1 parent b924630 commit 4e870e1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions doc/example/pcsc_demo.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@
#include <PCSC/wintypes.h>
#include <PCSC/winscard.h>

#ifndef TRUE
#define TRUE 1
#define FALSE 0
#endif

/* PCSC error message pretty print */
#define PCSC_ERROR(rv, text) \
if (rv != SCARD_S_SUCCESS) \
Expand Down

0 comments on commit 4e870e1

Please sign in to comment.