Changeset 1683 in vbox for trunk/src/VBox/Main
- Timestamp:
- Mar 23, 2007 3:06:19 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 19820
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/hgcm/HGCM.cpp
r1682 r1683 925 925 for (i = 0; i < pSvc->m_cClients; i++) 926 926 { 927 void *pvState = NULL;928 uint32_t cbState = 0;929 930 927 uint32_t u32ClientID = pSvc->m_paClientIds[i]; 931 928
Note:
See TracChangeset
for help on using the changeset viewer.