windows-nt/Source/XPSP1/NT/base/ntos/inc/halalpha.h
2020-09-26 16:20:57 +08:00

6 lines
80 B
C

#if defined(_AXP64_)
#include "halpaxp64.h"
#else
#include "halpalpha.h"
#endif