masm-problem2 (with vsexpress2010)



I tried to work now in Visual-Studio-Express 2010 with masm:

Now i get this errors (with another very simple source) :


masm32\include\windows.inc(12642): error A2005: symbol redefinition : Red

(same for Green and Blue)

TRIVERTEX STRUCT
x DWORD ?
y DWORD ?
Red WORD ?
Green WORD ?
Blue WORD ?
Alpha WORD ?
TRIVERTEX ENDS

But here is the only occurence for this words !


Here another weird behaviour Same redefinition-problem for
the word Type

As exapmple only two entrys. There are much more occurencies of
this word:




IMAGE_RELOCATION STRUCT
union
VirtualAddress dd ?
RelocCount dd ?
ends
SymbolTableIndex dd ?
Type1 dw ?
IMAGE_RELOCATION ENDS



IMAGE_LINENUMBER STRUCT
union Type1
SymbolTableIndex dd ?
VirtualAddress dd ?
ends
Linenumber dw ?
IMAGE_LINENUMBER ENDS




Is this an "scope-issue"? What is to do?





--
greetings



.