Changeset 8887 in vbox
- Timestamp:
- May 16, 2008 12:01:53 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30922
- Location:
- trunk/src/VBox/Additions/WINNT/VBoxTray
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDisplay.cpp
r8857 r8887 376 376 dprintf(("VBoxDisplayThread : DeviceIOControl succeded\n")); 377 377 378 if (NULL == pCtx) { 379 dprintf(("VBoxDisplayThread : Invalid context detected!\n")); 380 break; 381 } 382 383 if (NULL == pCtx->pEnv) { 384 dprintf(("VBoxDisplayThread : Invalid context environment detected!\n")); 385 break; 386 } 387 378 388 /* are we supposed to stop? */ 379 389 if (WaitForSingleObject(pCtx->pEnv->hStopEvent, 0) == WAIT_OBJECT_0) -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp
r8857 r8887 74 74 printf("%s\n", pReq->szString); 75 75 76 FILE* pFh = fopen("c:\\VBox ServiceDebug.txt", "at");76 FILE* pFh = fopen("c:\\VBoxTrayDebug.txt", "at"); 77 77 78 78 /* Does maybe not work on Vista (write protection when starting without admin rights),
Note:
See TracChangeset
for help on using the changeset viewer.