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:
freedom
2023-10-12 01:40:10 -06:00
parent bd4712a7db
commit ef0a73d819

View File

@@ -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