__declspec(align(32)) struct Str1{
int a, b, c, d, e;
};
VC6.0编译时报error C2485: 'align' : unrecognized extended attribute
为什么vc6.0不支持align
怎么解决??