Skip to content

Commit e513c1c

Browse files
Update windows.cpp
1 parent c69f564 commit e513c1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cfg/windows.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,6 +1231,6 @@ HWND constParameterPointer_CreateWindow(void* param) { // #14560
12311231

12321232
void constParameterPointer_SetupDiGetDeviceInstanceId(HDEVINFO info, SP_DEVINFO_DATA *data) {
12331233
const DWORD buffer_size = 256;
1234-
char buffer[buffer_size];
1234+
TCHAR buffer[buffer_size];
12351235
SetupDiGetDeviceInstanceId(info, data, buffer, buffer_size, NULL);
12361236
}

0 commit comments

Comments
 (0)