Changeset 51924 in vbox for trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp
- Timestamp:
- Jul 8, 2014 11:08:53 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp
r51675 r51924 1511 1511 if (RT_SUCCESS(rc)) 1512 1512 { 1513 /* Assign service environment to our context. */ 1514 pCtx->pEnv = pEnv; 1515 1513 1516 /* Create the proxy window. At the moment we 1514 1517 * only support one window at a time. */ … … 1531 1534 if (RT_SUCCESS(rc)) 1532 1535 rc = RTSemEventCreate(&pCtx->hEvtQueueSem); 1533 if (RT_SUCCESS(rc))1534 {1535 /* Assign service environment to our context. */1536 gCtx.pEnv = pEnv;1537 }1538 1539 1536 if (RT_SUCCESS(rc)) 1540 1537 {
Note:
See TracChangeset
for help on using the changeset viewer.