--- truecrypt/boot/windows/bootconsoleio.cpp 2018/04/24 16:50:06 1.1.1.2 +++ truecrypt/boot/windows/bootconsoleio.cpp 2018/04/24 16:52:03 1.1.1.3 @@ -28,7 +28,7 @@ void EnableScreenOutput () void PrintChar (char c) { -#ifdef TC_TRACING_ENABLED +#ifdef TC_BOOT_TRACING_ENABLED WriteDebugPort (c); #endif