[REACTOS] Fix MSVC printf format warnings
[reactos.git] / modules / rosapps / lib / win32err / win32err.c
index c68a20f..f05fbc6 100644 (file)
@@ -46,7 +46,7 @@ PrintWin32Error(
        DWORD   ErrorCode
        )
 {
-       PVOID lpMsgBuf;
+    LPWSTR lpMsgBuf;
 
        FormatMessageW(
                (FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM),