mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 01:09:42 +00:00
Sync to Wine-20050524:
Michael Stefaniuc <mstefani@redhat.de> - Change the type of 1 bit wide bitfields to unsigned. svn path=/trunk/; revision=15500
This commit is contained in:
parent
1149b4b325
commit
b395078e1e
1 changed files with 7 additions and 7 deletions
|
@ -535,13 +535,13 @@ typedef struct versioninfo {
|
|||
int filetype;
|
||||
int filesubtype;
|
||||
struct {
|
||||
int fv:1;
|
||||
int pv:1;
|
||||
int fo:1;
|
||||
int ff:1;
|
||||
int ffm:1;
|
||||
int ft:1;
|
||||
int fst:1;
|
||||
unsigned fv:1;
|
||||
unsigned pv:1;
|
||||
unsigned fo:1;
|
||||
unsigned ff:1;
|
||||
unsigned ffm:1;
|
||||
unsigned ft:1;
|
||||
unsigned fst:1;
|
||||
} gotit;
|
||||
ver_block_t *blocks;
|
||||
lvc_t lvc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue