Searched refs:szTmp (Results 1 - 1 of 1) sorted by relevance

/external/libpng/contrib/visupng/
H A DVisualPng.c523 static TCHAR szTmp [MAX_PATH]; local
595 strcpy (szTmp, *ppFileList + jj);
597 strcpy (*ppFileList + ii, szTmp);
665 static TCHAR szTmp [MAX_PATH]; local
688 sprintf (szTmp, "VisualPng - %s", strrchr(pstrPathName, '\\') + 1);
689 SetWindowText (hwnd, szTmp);

Completed in 45 milliseconds