Build warning fix win32 (#14692)

This commit is contained in:
sonninnos 2022-12-02 18:47:07 +02:00 committed by GitHub
parent 632e902a3b
commit 9e503a6106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1161,7 +1161,7 @@ static LRESULT CALLBACK wnd_proc_winraw_common_internal(HWND hwnd,
}
#endif
#ifdef _MSC_VER && !defined(_XBOX)
#if defined(_MSC_VER) && !defined(_XBOX)
#pragma comment(lib, "Imm32")
#endif