Removed struct user to avoid conflicts with system headers (spotted by

Martin Cracauer).
This commit is contained in:
Alexandre Julliard 2002-08-02 00:55:42 +00:00
parent 526531eb6c
commit 59ffa9fff7
1 changed files with 1 additions and 3 deletions

View File

@ -444,7 +444,7 @@ typedef struct rcdata {
raw_data_t *data;
} rcdata_t;
typedef struct user {
typedef struct {
DWORD memopt;
name_id_t *type;
raw_data_t *data;
@ -647,5 +647,3 @@ typedef struct style_pair {
} style_pair_t;
#endif