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.
This commit is contained in:
parent
77739d42ab
commit
a7400cb881
@ -187,7 +187,7 @@ Lisp_Object
|
||||
w32_popup_dialog (struct frame *f, Lisp_Object header, Lisp_Object contents)
|
||||
{
|
||||
#ifdef NTGUI_UNICODE
|
||||
typedef int (WINAPI *WideCharToMultiByte_Proc)(UINT,DWORD,LPCSTR,int,
|
||||
typedef int (WINAPI *MultiByteToWideChar_Proc)(UINT,DWORD,LPCSTR,int,
|
||||
LPWSTR, int);
|
||||
static MultiByteToWideChar_Proc pMultiByteToWideChar = MultiByteToWideChar;
|
||||
#endif /* NTGUI_UNICODE */
|
||||
|
Loading…
Reference in New Issue
Block a user