- add gdihv to rosapps build

- comment out OpenProcess, it crashes ros again

svn path=/trunk/; revision=28305
This commit is contained in:
Timo Kreuzer 2007-08-12 20:12:21 +00:00
parent ff30235bb7
commit 939a564d17
2 changed files with 5 additions and 1 deletions

View file

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

View file

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