Changeset 32708 in vbox for trunk/src/VBox/Runtime/r0drv/nt
- Timestamp:
- Sep 23, 2010 11:18:51 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 66137
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Runtime/r0drv/nt/alloc-r0drv-nt.cpp ¶
r32707 r32708 5 5 6 6 /* 7 * Copyright (C) 2006-20 07Oracle Corporation7 * Copyright (C) 2006-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 30 30 *******************************************************************************/ 31 31 #include "the-nt-kernel.h" 32 #include "internal/iprt.h" 33 #include <iprt/mem.h> 32 34 33 #include <iprt/alloc.h>34 35 #include <iprt/assert.h> 36 #include <iprt/err.h> 35 37 #include "r0drv/alloc-r0drv.h" 36 38
Note:
See TracChangeset
for help on using the changeset viewer.