1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

; * src/w32menu.c (w32_popup_dialog): Fix last change (bug#74312).

This commit is contained in:
Eli Zaretskii 2024-11-12 18:35:50 +02:00
parent b54fa15ffb
commit 77739d42ab

View File

@ -187,8 +187,8 @@ Lisp_Object
w32_popup_dialog (struct frame *f, Lisp_Object header, Lisp_Object contents)
{
#ifdef NTGUI_UNICODE
typedef int (WINAPI *WideCharToMultiByte_Proc)(UINT,DWORD,LPCWSTR,int,LPSTR,
int,LPCSTR,LPBOOL);
typedef int (WINAPI *WideCharToMultiByte_Proc)(UINT,DWORD,LPCSTR,int,
LPWSTR, int);
static MultiByteToWideChar_Proc pMultiByteToWideChar = MultiByteToWideChar;
#endif /* NTGUI_UNICODE */
check_window_system (f);