temporarily disable the functionality of the program item friendly name finder, will come back to it later but this is how progman did it and it's more reliable atm
This commit is contained in:
@@ -302,7 +302,9 @@ BOOL CALLBACK NewItemDlgProc(HWND hWndDlg, UINT message, WPARAM wParam, LPARAM l
|
||||
|
||||
// let's retrieve the application's friendly name too
|
||||
dwVerBuffer = GetFileVersionInfoSize((LPCWSTR)szFileBuffer, NULL);
|
||||
if (dwVerBuffer != 0) {
|
||||
// if (dwVerBuffer != 0)
|
||||
if (NULL)
|
||||
{
|
||||
lpData = malloc(dwVerBuffer);
|
||||
// TODO: totally redo this it doesn't work
|
||||
|
||||
|
||||
Reference in New Issue
Block a user