- Timestamp:
- May 17, 2010 3:08:42 PM (15 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r29557 r29561 44 44 #include <iprt/crc32.h> 45 45 #include <iprt/mp.h> 46 #include <iprt/once.h> 46 47 #include <iprt/stdarg.h> 47 48 #include <iprt/string.h> … … 71 72 PFNRT g_VMMGCDeps[] = 72 73 { 73 (PFNRT)RTCrc32 74 (PFNRT)RTCrc32, 75 (PFNRT)RTOnce 74 76 }; 75 77 -
trunk/src/VBox/VMM/VMMR0/VMMR0.def
r28800 r29561 78 78 RTAssertShouldPanic 79 79 RTCrc32 80 RTOnce 80 81 RTTimeNanoTSLegacySync 81 82 RTTimeNanoTSLegacyAsync
Note:
See TracChangeset
for help on using the changeset viewer.