News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

COORD Structure Label Case

Started by dedndave, December 08, 2011, 04:46:35 PM

Previous topic - Next topic

dedndave

the COORD structure uses upper case X and Y labels for the member names (words)
the POINT structure uses lower case x and y for the member names (dwords)

the current windows.inc file uses lower case x and y for both