VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/SCardLoader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/SCardLoader.h')
-rw-r--r--src/Common/SCardLoader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Common/SCardLoader.h b/src/Common/SCardLoader.h
index b1ab114b..a7243d82 100644
--- a/src/Common/SCardLoader.h
+++ b/src/Common/SCardLoader.h
@@ -14,7 +14,7 @@
#include <PCSC/wintypes.h>
#include "reader.h"
typedef LPSCARD_READERSTATE_A LPSCARD_READERSTATE;
-using VeraCrypt::byte;
+using VeraCrypt::uint8;
#define BOOL int
#else
#undef BOOL
@@ -22,7 +22,7 @@ using VeraCrypt::byte;
#include <winscard.h>
#include <wintypes.h>
#include <reader.h>
-using VeraCrypt::byte;
+using VeraCrypt::uint8;
#define BOOL int
#endif
#endif