Hugh McMaster : regedit: Do not directly include resource.h anymore.

Alexandre Julliard julliard at winehq.org
Wed May 23 15:52:04 CDT 2018


Module: wine
Branch: master
Commit: 5bc81188fed88e79f7fb4730427614f937219187
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=5bc81188fed88e79f7fb4730427614f937219187

Author: Hugh McMaster <hugh.mcmaster at 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 at outlook.com>
Signed-off-by: Alexandre Julliard <julliard at 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;




More information about the wine-cvs mailing list