9 */
| 201 | } |
| 202 | |
| 203 | /* 9 */ BOOL WINAPI My_GetFileVersionInfoW( |
| 204 | LPCWSTR lpFileName, DWORD dwHandle, DWORD dwLen, LPVOID lpData) |
| 205 | { |
| 206 | InitRealDll(); |
| 207 | return pGetFileVersionInfoW(lpFileName, dwHandle, dwLen, lpData); |
| 208 | } |
| 209 | |
| 210 | /* 10 */ DWORD WINAPI My_VerFindFileA( |
| 211 | DWORD dwFlags, LPSTR lpFilename, LPSTR lpWinDir, LPSTR lpAppDir, |
nothing calls this directly
no test coverage detected