File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -164,10 +164,6 @@ static void LPK_ApplyMirroring(void)
164164 PVOID pvFileInfo ;
165165 DWORD cbFileInfoSize ;
166166
167- /* HACK!!!! For some reason this call, that does nothing, is required,
168- otherwise comctl32_winetest tooltips starts to fail. */
169- GetFileVersionInfoSizeW (L"" , NULL );
170-
171167 /* Get the VersionInfo resource of the main executable */
172168 if (!GetProcessImageVersionInfo (& pvFileInfo , & cbFileInfoSize ))
173169 {
@@ -190,7 +186,7 @@ static void LPK_ApplyMirroring(void)
190186 /* Compare current position with the "FileDescription" key */
191187 if (lstrcmpW (pwchCurrent , L"FileDescription" ) == 0 )
192188 {
193- /* The value starts after the key, the Null -terminator and 1 WCHAR alignment */
189+ /* The value starts after the key, the null -terminator and 1 WCHAR alignment */
194190 pwstrFileDescription = pwchCurrent + cchKeyLength + 1 ;
195191 break ;
196192 }
You can’t perform that action at this time.
0 commit comments