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
-
-