- Timestamp:
- Oct 22, 2008 2:56:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp
r13495 r13496 38 38 #include <iprt/process.h> 39 39 #include <iprt/initterm.h> 40 #include <iprt/power.h> 40 41 #include <VBox/log.h> 41 42 … … 539 540 else 540 541 dprintf(("VBoxPowerDispatchCallback: resumed!\n")); 542 543 /* Inform any clients that have registered themselves with IPRT. */ 544 RTPowerSignalEvent(((unsigned)pArgument2 == 0) ? RTPOWEREVENT_SUSPEND : RTPOWEREVENT_RESUME); 541 545 } 542 546 }
Note:
See TracChangeset
for help on using the changeset viewer.