mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +00:00
- add gdihv to rosapps build
- comment out OpenProcess, it crashes ros again svn path=/trunk/; revision=28305
This commit is contained in:
parent
ff30235bb7
commit
939a564d17
2 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,10 @@
|
|||
<xi:include href="gdb2/gdb2.rbuild" />
|
||||
</directory>
|
||||
|
||||
<directory name="gdihv">
|
||||
<xi:include href="gdihv/gdihv.rbuild" />
|
||||
</directory>
|
||||
|
||||
<directory name="genguid">
|
||||
<xi:include href="genguid/genguid.rbuild" />
|
||||
</directory>
|
||||
|
|
|
@ -80,7 +80,7 @@ ProcessList_Update(HWND hListCtrl)
|
|||
|
||||
hProcess = 0;
|
||||
/* FIXME: HACK: ROS crashes when using OpenProcess with PROCESS_VM_READ */
|
||||
hProcess = OpenProcess(PROCESS_QUERY_INFORMATION | PROCESS_VM_READ, FALSE, ProcessIds[i]);
|
||||
// hProcess = OpenProcess(PROCESS_QUERY_INFORMATION | PROCESS_VM_READ, FALSE, ProcessIds[i]);
|
||||
if (hProcess)
|
||||
{
|
||||
GetModuleBaseName(hProcess, NULL, (LPWSTR)strText, MAX_PATH );
|
||||
|
|
Loading…
Reference in a new issue