got rid of some anonymous unions

fixed a few msvc2005 complaints


git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1971 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2006-02-17 02:51:59 +00:00
parent 7276203458
commit d245b06c91
25 changed files with 767 additions and 257 deletions

View file

@ -73,7 +73,7 @@ typedef struct tagRAWMOUSE {
USHORT usButtonFlags;
USHORT usButtonData;
};
};
} buttondata;
ULONG ulRawButtons;
LONG lLastX;
LONG lLastY;