Changeset 23370 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Sep 28, 2009 12:41:24 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 52894
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp
r23367 r23370 232 232 #ifdef IPRT_TARGET_NT4 233 233 KAFFINITY Mask; 234 /* g_pfnrtNt* donot present on NT anyway. */234 /* g_pfnrtNt* are not present on NT anyway. */ 235 235 return VERR_NOT_SUPPORTED; 236 236 #else … … 349 349 350 350 351 extern "C" HalRequestIpi(KAFFINITY TargetSet);351 extern "C" void HalRequestIpi(KAFFINITY TargetSet); 352 352 353 353 RTDECL(int) RTMpPokeCpu(RTCPUID idCpu)
Note:
See TracChangeset
for help on using the changeset viewer.