programs: add lodctr and unlodctr tools

Andrey Turkin andrey.turkin at gmail.com
Wed Jan 28 10:56:25 CST 2009


.NET installers use them; missing utility won't fail installation but people see error message and think this is a
problem. This patch adds them to silence these errors; unlodctr should be feature-complete, lodctr misses /S and /R
switch handling. Fixes bug 17161.
Also a patch renames argument to match its function (MSDN was incorrect... again).
---
 configure.ac                      |    2 ++
 dlls/loadperf/Makefile.in         |    1 +
 dlls/loadperf/loadperf_main.c     |   10 +++++-----
 programs/lodctr/Makefile.in       |   13 +++++++++++++
 programs/lodctr/lodctr_main.c     |   25 +++++++++++++++++++++++++
 programs/unlodctr/Makefile.in     |   13 +++++++++++++
 programs/unlodctr/unlodctr_main.c |   25 +++++++++++++++++++++++++
 7 files changed, 84 insertions(+), 5 deletions(-)
 create mode 100644 programs/lodctr/Makefile.in
 create mode 100644 programs/lodctr/lodctr_main.c
 create mode 100644 programs/unlodctr/Makefile.in
 create mode 100644 programs/unlodctr/unlodctr_main.c


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 290fa047c103982e725375a546717adc721d2147.diff
Type: text/x-patch
Size: 7446 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20090128/efce505c/attachment-0001.bin 


More information about the wine-patches mailing list