changed identifier Hashitems
This commit is contained in:
parent
811321b190
commit
709cf50fbd
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ struct Hashitem {
|
||||||
int hs_nami;
|
int hs_nami;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define Hashitems _HashItems
|
#define Hashitems B_HashItems
|
||||||
|
|
||||||
extern struct Hashitem *Hashitems;
|
extern struct Hashitem *Hashitems;
|
||||||
|
|
Loading…
Reference in a new issue