Removed struct user to avoid conflicts with system headers (spotted by
Martin Cracauer).
This commit is contained in:
parent
526531eb6c
commit
59ffa9fff7
|
@ -444,7 +444,7 @@ typedef struct rcdata {
|
||||||
raw_data_t *data;
|
raw_data_t *data;
|
||||||
} rcdata_t;
|
} rcdata_t;
|
||||||
|
|
||||||
typedef struct user {
|
typedef struct {
|
||||||
DWORD memopt;
|
DWORD memopt;
|
||||||
name_id_t *type;
|
name_id_t *type;
|
||||||
raw_data_t *data;
|
raw_data_t *data;
|
||||||
|
@ -647,5 +647,3 @@ typedef struct style_pair {
|
||||||
} style_pair_t;
|
} style_pair_t;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue