Commit 59ffa9ff authored by Alexandre Julliard's avatar Alexandre Julliard

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

Martin Cracauer).
parent 526531eb
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment