Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
321 B

NAME HAL.DLL
EXPORTS
KeFlushWriteBuffer
KeQueryPerformanceCounter
KeStallExecutionProcessor
#ifdef _X86_
#include "i386hal.src"
#elif _IA64_
#include "ia64hal.src"
#elif _ALPHA_
#include "alphahal.src"
#elif _AMD64_
#include "amd64hal.src"
#endif