Module: wine Branch: refs/heads/master Commit: 705178fb71f1a3b2b37339d7af4ee7372cf9f70f URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=705178fb71f1a3b2b37339d7...
Author: Mike McCormack mike@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=705178fb71f1a3b2b373...