Module: wine Branch: master Commit: 5912b0c92fc40ed748e41964d0dc32755b65abbc URL: http://source.winehq.org/git/wine.git/?a=commit;h=5912b0c92fc40ed748e41964d0...
Author: Erich Hoover ehoover@mines.edu Date: Wed Jan 27 19:12:21 2010 -0700
hhctrl.ocx: Separate the HTML Help stream reader code from the Contents tab.
---
dlls/hhctrl.ocx/Makefile.in | 1 + dlls/hhctrl.ocx/content.c | 159 +---------------------------------------- dlls/hhctrl.ocx/stream.c | 167 +++++++++++++++++++++++++++++++++++++++++++ dlls/hhctrl.ocx/stream.h | 47 ++++++++++++ 4 files changed, 216 insertions(+), 158 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=5912b0c92fc40ed748e419...