Unify variable types across project; use common type for storing numer of pages

This commit is contained in:
2024-01-29 16:17:51 +01:00
parent bfe2e3899a
commit 8115ae07b6
9 changed files with 55 additions and 55 deletions

View File

@@ -24,7 +24,7 @@
*/
XTCDECL
VOID
BlDebugPrint(IN PUINT16 Format,
BlDebugPrint(IN PUSHORT Format,
IN ...)
{
VA_LIST Arguments;