Browse Source

Small correction

pull/30/head
Valentin Radu 4 years ago
parent
commit
ad2b8a8635
  1. 2
      ExplorerPatcher/dllmain.c
  2. 2
      libs/libvalinet

2
ExplorerPatcher/dllmain.c

@ -754,7 +754,7 @@ void PositionStartMenuForMonitor(HMONITOR hMonitor, DWORD location) @@ -754,7 +754,7 @@ void PositionStartMenuForMonitor(HMONITOR hMonitor, DWORD location)
p[i] = nimpl;
}
}
(*(void(**)(INT64, HMONITOR, INT64(***)(), INT64))(*v13 + 48))(v13, hMonitor, &p, 0);
hr = (*(HRESULT(**)(INT64, HMONITOR, INT64(***)(), INT64))(*v13 + 48))(v13, hMonitor, &p, 0);
free(p);
}
if (SUCCEEDED(hr))

2
libs/libvalinet

@ -1 +1 @@ @@ -1 +1 @@
Subproject commit 3244bfa5646ceba0756f7330d60aad919c3aa584
Subproject commit 93377dcb57a5da48f4c062a613c38c2effc5ba2d
Loading…
Cancel
Save