Changeset 4677 in vbox for trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp
- Timestamp:
- Sep 10, 2007 3:57:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp
r4675 r4677 501 501 __except(EXCEPTION_EXECUTE_HANDLER) 502 502 { 503 Log(("MmProbeAndLockPages failed!\n"));503 dprintf("MmProbeAndLockPages failed!\n")); 504 504 rc = VERR_NO_MEMORY; 505 505 IoFreeMdl (pMdl);
Note:
See TracChangeset
for help on using the changeset viewer.