Mike McCormack : inseng: Initial implementation of inseng ( required for IE6 to install under win2k).

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jun 19 03:35:10 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 705178fb71f1a3b2b37339d7af4ee7372cf9f70f
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=705178fb71f1a3b2b37339d7af4ee7372cf9f70f

Author: Mike McCormack <mike at codeweavers.com>
Date:   Fri Jun 16 19:43:02 2006 +0900

inseng: Initial implementation of inseng (required for IE6 to install under win2k).

---

 configure                 |    3 +
 configure.ac              |    1 
 dlls/Makefile.in          |    1 
 dlls/inseng/.gitignore    |    1 
 dlls/inseng/Makefile.in   |   15 ++++++
 dlls/inseng/inseng.spec   |   12 +++++
 dlls/inseng/inseng_main.c |  114 +++++++++++++++++++++++++++++++++++++++++++++
 tools/wine.inf            |    1 
 8 files changed, 147 insertions(+), 1 deletions(-)
 create mode 100644 dlls/inseng/.gitignore
 create mode 100644 dlls/inseng/Makefile.in
 create mode 100644 dlls/inseng/inseng.spec
 create mode 100644 dlls/inseng/inseng_main.c

Diff:   http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=705178fb71f1a3b2b37339d7af4ee7372cf9f70f



More information about the wine-cvs mailing list