Searched refs:pswzString (Results 1 – 1 of 1) sorted by relevance
43 wchar_t *pswzString = (wchar_t *)malloc((strlen(pszString) + 1) * sizeof(wchar_t)); in PVRTErrorOutputDebug() local48 pswzString[i] = (wchar_t)(pszString[i]); in PVRTErrorOutputDebug()50 pswzString[i] = '\0'; in PVRTErrorOutputDebug()53 OutputDebugString(pswzString); in PVRTErrorOutputDebug()55 fprintf(stderr, pswzString); in PVRTErrorOutputDebug()58 free(pswzString); in PVRTErrorOutputDebug()