- Timestamp:
- Feb 5, 2007 1:21:24 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r630 r636 2391 2391 2392 2392 RTPROCESS pid = NIL_RTPROCESS; AssertCompile (sizeof (ULONG) == sizeof (RTPROCESS)); 2393 aControl->GetPID ( &pid);2393 aControl->GetPID ((ULONG *)&pid); 2394 2394 2395 2395 LogFlowThisFunc (("mSession.mPid=%d(0x%x)\n",
Note:
See TracChangeset
for help on using the changeset viewer.