include: Win64 fix in TBBUTTON.

This commit is contained in:
Mikołaj Zalewski 2006-09-18 12:05:24 +02:00 committed by Alexandre Julliard
parent 5facde470e
commit f6fecda896
1 changed files with 4 additions and 0 deletions

View File

@ -1293,7 +1293,11 @@ typedef struct _TBBUTTON {
INT idCommand;
BYTE fsState;
BYTE fsStyle;
#ifdef _WIN64
BYTE bReserved[6];
#else
BYTE bReserved[2];
#endif
DWORD_PTR dwData;
INT_PTR iString;
} TBBUTTON, *PTBBUTTON, *LPTBBUTTON;