diff options
| -rw-r--r-- | bluetooth/serialhcibus/driver.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bluetooth/serialhcibus/driver.h b/bluetooth/serialhcibus/driver.h index bb006ece..2aaf72a0 100644 --- a/bluetooth/serialhcibus/driver.h +++ b/bluetooth/serialhcibus/driver.h @@ -61,9 +61,6 @@ DEFINE_GUID(GUID_CONTAINERID_INTERNALLY_CONNECTED_DEVICE, #endif #define POOLTAG_UARTHCIBUSSAMPLE 'SBHS' // 'S'erial 'H'ci 'B'us 'S'ample -#undef ExAllocatePool -#define ExAllocatePool(type, size) \ - ExAllocatePoolWithTag(type, size, POOLTAG_UARTHCIBUSSAMPLE) // // An ID used to uniquely identify Bluetooth function from other function |
