We have a .asm file which uses XMMWORD. This is not getting compiled with VS2003.  And we need to use VS2003 only. What is the equivalent of XMMWORD in  VS2003. Any help would be appreciated. The code is as below:
        movdqu  xmm0,   XMMWORD PTR [eax]
        movdqa  xmm2,   XMMWORD PTR...