wrc: Remove a wrong comment.

Michael Stefaniuc mstefani at redhat.de
Tue Jan 17 03:14:45 CST 2017


Signed-off-by: Michael Stefaniuc <mstefani at redhat.de>
---
menuId is documented as a DWORD
https://msdn.microsoft.com/en-us/library/windows/desktop/ms647569(v=vs.85).aspx


 tools/wrc/genres.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/wrc/genres.c b/tools/wrc/genres.c
index 5b7e24c..8c2f280 100644
--- a/tools/wrc/genres.c
+++ b/tools/wrc/genres.c
@@ -876,7 +876,7 @@ static void menuexitem2res(res_t *res, menu_item_t *menitem, const language_t *l
 	{
 		put_dword(res, itm->gottype ? itm->type : 0);
 		put_dword(res, itm->gotstate ? itm->state : 0);
-		put_dword(res, itm->gotid ? itm->id : 0);	/* FIXME: Docu. says word */
+		put_dword(res, itm->gotid ? itm->id : 0);
 		put_word(res, (itm->popup ? 0x01 : 0) | (!itm->next ? MF_END : 0));
 		if(itm->name)
 			put_string(res, itm->name, str_unicode, TRUE, lang);
-- 
2.7.4



More information about the wine-patches mailing list