version: Translate some German comments.

This commit is contained in:
Paul Vriens 2006-04-13 10:16:37 +02:00 committed by Alexandre Julliard
parent ca55584b19
commit b3d8be24db
1 changed files with 2 additions and 2 deletions

View File

@ -473,8 +473,8 @@ DWORD WINAPI VerInstallFileA(
if (VerQueryValueA(buf1,"\\VarFileInfo\\Translation",(LPVOID*)&tbuf1,&len1) &&
VerQueryValueA(buf2,"\\VarFileInfo\\Translation",(LPVOID*)&tbuf2,&len2)
) {
/* irgendwas mit tbuf1 und tbuf2 machen
* generiert DIFFLANG|MISMATCH
/* Do something with tbuf1 and tbuf2
* generates DIFFLANG|MISMATCH
*/
}
HeapFree(GetProcessHeap(), 0, buf2);