From 59ffa9fff7dfd8eb8a72dcfcd808e33f9ee43c36 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Fri, 2 Aug 2002 00:55:42 +0000 Subject: [PATCH] Removed struct user to avoid conflicts with system headers (spotted by Martin Cracauer). --- tools/wrc/wrctypes.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/wrc/wrctypes.h b/tools/wrc/wrctypes.h index b78c54e630e..0bf6a50b2fd 100644 --- a/tools/wrc/wrctypes.h +++ b/tools/wrc/wrctypes.h @@ -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 - -