commit | 59ffa9fff7dfd8eb8a72dcfcd808e33f9ee43c36 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Fri Aug 02 00:55:42 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Aug 02 00:55:42 2002 +0000 |
tree | 983828541f827e29bc11f9be1c223abb467173dc | |
parent | 526531eb6cf6fdf5e6b5ab23171a428f570cbacc [diff] |
Removed struct user to avoid conflicts with system headers (spotted by Martin Cracauer).
diff --git a/tools/wrc/wrctypes.h b/tools/wrc/wrctypes.h index b78c54e..0bf6a50 100644 --- a/tools/wrc/wrctypes.h +++ b/tools/wrc/wrctypes.h
@@ -444,7 +444,7 @@ 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 @@ } style_pair_t; #endif - -