Home
last modified time | relevance | path

Searched refs:wmessage (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsmessagebox.c553 wchar_t* wmessage; in WIN_ShowOldMessageBox() local
653 wmessage = WIN_UTF8ToString(messageboxdata->message); in WIN_ShowOldMessageBox()
655 DrawText(FontDC, wmessage, -1, &TextSize, DT_CALCRECT | DT_LEFT | DT_NOPREFIX | DT_EDITCONTROL); in WIN_ShowOldMessageBox()
665 SDL_free(wmessage); in WIN_ShowOldMessageBox()
787 wchar_t *wmessage; in WIN_ShowMessageBox() local
830 wmessage = WIN_UTF8ToString(messageboxdata->message); in WIN_ShowMessageBox()
848 TaskConfig.pszContent = wmessage; in WIN_ShowMessageBox()
872 SDL_free(wmessage); in WIN_ShowMessageBox()
893 SDL_free(wmessage); in WIN_ShowMessageBox()

Completed in 4 milliseconds