Changeset 29254 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- May 9, 2010 6:11:22 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61336
- Location:
- trunk/src/VBox/Runtime/r0drv/nt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/spinlock-r0drv-nt.cpp
r28800 r29254 32 32 33 33 #include <iprt/spinlock.h> 34 35 #include <iprt/asm.h> 36 #if defined(RT_ARCH_AMD64) || defined(RT_ARCH_X86) 37 # include <iprt/asm-amd64-x86.h> 38 #endif 39 #include <iprt/assert.h> 34 40 #include <iprt/err.h> 35 #include <iprt/alloc.h> 36 #include <iprt/assert.h> 37 #include <iprt/asm.h> 41 #include <iprt/mem.h> 38 42 39 43 #include "internal/magics.h" -
trunk/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp
r28800 r29254 32 32 #include <iprt/thread.h> 33 33 34 #include <iprt/asm.h> 34 #if defined(RT_ARCH_AMD64) || defined(RT_ARCH_X86) 35 # include <iprt/asm-amd64-x86.h> 36 #endif 35 37 #include <iprt/assert.h> 36 38 #include <iprt/err.h>
Note:
See TracChangeset
for help on using the changeset viewer.