6 lines
80 B
C
6 lines
80 B
C
#if defined(_AXP64_)
|
|
#include "halpaxp64.h"
|
|
#else
|
|
#include "halpalpha.h"
|
|
#endif
|