Changeset 20374 in vbox for trunk/src/VBox/Runtime/r0drv/nt
- Timestamp:
- Jun 8, 2009 12:43:21 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48298
- Location:
- trunk/src/VBox/Runtime/r0drv/nt
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/internal-r0drv-nt.h
r20364 r20374 34 34 #include <iprt/cpuset.h> 35 35 36 RT_ BEGIN_DECLS36 RT_C_DECLS_BEGIN 37 37 38 38 /******************************************************************************* … … 54 54 55 55 56 RT_ END_DECLS56 RT_C_DECLS_END 57 57 58 58 #endif -
trunk/src/VBox/Runtime/r0drv/nt/the-nt-kernel.h
r20364 r20374 41 41 # define _InterlockedAddLargeStatistic _InterlockedAddLargeStatistic_StupidDDKVsCompilerCrap 42 42 # pragma warning(disable : 4163) 43 RT_ BEGIN_DECLS43 RT_C_DECLS_BEGIN 44 44 # include <ntddk.h> 45 RT_ END_DECLS45 RT_C_DECLS_END 46 46 # pragma warning(default : 4163) 47 47 # undef _InterlockedExchange … … 50 50 # undef _InterlockedAddLargeStatistic 51 51 #else 52 RT_ BEGIN_DECLS52 RT_C_DECLS_BEGIN 53 53 # include <ntddk.h> 54 RT_ END_DECLS54 RT_C_DECLS_END 55 55 #endif 56 56 -
trunk/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp
r20364 r20374 41 41 #include "internal-r0drv-nt.h" 42 42 43 RT_ BEGIN_DECLS43 RT_C_DECLS_BEGIN 44 44 NTSTATUS NTAPI ZwYieldExecution(void); 45 RT_ END_DECLS45 RT_C_DECLS_END 46 46 47 47
Note:
See TracChangeset
for help on using the changeset viewer.