Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
DSDL_syswm.c216 LPWSTR lpszW = SDL_iconv_utf8_ucs2((char *)title); in WIN_SetWMCaption() local
217 SetWindowText(SDL_Window, lpszW); in WIN_SetWMCaption()
218 SDL_free(lpszW); in WIN_SetWMCaption()