Module: wine Branch: master Commit: 5bc81188fed88e79f7fb4730427614f937219187 URL: https://source.winehq.org/git/wine.git/?a=commit;h=5bc81188fed88e79f7fb47304...
Author: Hugh McMaster hugh.mcmaster@outlook.com Date: Wed May 23 13:29:28 2018 +0000
regedit: Do not directly include resource.h anymore.
Signed-off-by: Hugh McMaster hugh.mcmaster@outlook.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
programs/regedit/edit.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/programs/regedit/edit.c b/programs/regedit/edit.c index 03bfdbd..1459624 100644 --- a/programs/regedit/edit.c +++ b/programs/regedit/edit.c @@ -31,7 +31,6 @@ #include "wine/heap.h" #include "wine/unicode.h" #include "main.h" -#include "resource.h"
static const WCHAR* editValueName; static WCHAR* stringValueData;