[PATCH 08/45] [WinHelp]: removed no longer needed field (wStringTableOffset) in Globals

Eric Pouech eric.pouech at orange.fr
Sun Mar 23 04:17:55 CDT 2008




A+
---

 programs/winhelp/winhelp.c |    2 +-
 programs/winhelp/winhelp.h |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)


diff --git a/programs/winhelp/winhelp.c b/programs/winhelp/winhelp.c
index b3174df..c8d9a85 100644
--- a/programs/winhelp/winhelp.c
+++ b/programs/winhelp/winhelp.c
@@ -51,7 +51,7 @@ static void    WINHELP_CheckPopup(UINT);
 static void    WINHELP_InitFonts(HWND hWnd);
 static void    WINHELP_DeleteWindow(WINHELP_WINDOW*);
 
-WINHELP_GLOBALS Globals = {3, NULL, NULL, 0, TRUE, NULL, NULL, NULL, NULL};
+WINHELP_GLOBALS Globals = {3, NULL, NULL, TRUE, NULL, NULL, NULL, NULL};
 
 #define CTL_ID_BUTTON   0x700
 #define CTL_ID_TEXT     0x701
diff --git a/programs/winhelp/winhelp.h b/programs/winhelp/winhelp.h
index 8366d6d..27e8d53 100644
--- a/programs/winhelp/winhelp.h
+++ b/programs/winhelp/winhelp.h
@@ -118,7 +118,6 @@ typedef struct
     UINT                wVersion;
     HANDLE              hInstance;
     HWND                hPopupWnd;
-    UINT                wStringTableOffset;
     BOOL                isBook;
     WINHELP_WINDOW*     active_win;
     WINHELP_WINDOW*     win_list;





More information about the wine-patches mailing list