summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--smartcrd/pscr/pscr.inxbin6260 -> 6272 bytes
-rw-r--r--smartcrd/pscr/pscrnt.c4
2 files changed, 2 insertions, 2 deletions
diff --git a/smartcrd/pscr/pscr.inx b/smartcrd/pscr/pscr.inx
index 22a8b269..93ea8f4b 100644
--- a/smartcrd/pscr/pscr.inx
+++ b/smartcrd/pscr/pscr.inx
Binary files differ
diff --git a/smartcrd/pscr/pscrnt.c b/smartcrd/pscr/pscrnt.c
index 4505035f..3249371d 100644
--- a/smartcrd/pscr/pscrnt.c
+++ b/smartcrd/pscr/pscrnt.c
@@ -406,8 +406,8 @@ PscrRegisterWithSmcLib(
SmartcardExtension = &DeviceExtension->SmartcardExtension;
// allocate the reader extension
- ReaderExtension = ExAllocatePoolWithTag(
- NonPagedPoolNx,
+ ReaderExtension = ExAllocatePool2(
+ POOL_FLAG_NON_PAGED,
sizeof( READER_EXTENSION ),
SMARTCARD_POOL_TAG
);