sdlprocdump: fix clang -Wincompatible-pointer-types warning

This commit is contained in:
Anonymous Maarten 2024-08-11 21:23:57 +02:00
parent 35b61f70da
commit dc67a51782

View File

@ -565,7 +565,7 @@ int main(int argc, char *argv[]) {
case OUTPUT_DEBUG_STRING_EVENT:
{
if (log_debug_stream) {
size_t bytes_read = 0;
SIZE_T bytes_read = 0;
union {
char char_buffer[512];
WCHAR wchar_buffer[256];