Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp298 TCHAR *tzText, *tzCaption; in OsExit() local
309 tzCaption = (TCHAR*)malloc(nC * sizeof(*tzCaption)); in OsExit()
312 for(i = 0; (tzCaption[i] = szCaption[i]) != 0; ++i); in OsExit()
314 MessageBox(NULL, tzText, tzCaption, MB_OK | MB_ICONINFORMATION | MB_SETFOREGROUND); in OsExit()
317 FREE(tzCaption); in OsExit()