On Tue, Jan 6, 2009 at 8:21 AM, Andrey Turkin andrey.turkin@gmail.com wrote:
.NET 1.1 uses this dll during installation
configure.ac | 1 + dlls/loadperf/Makefile.in | 13 +++++++++++++ dlls/loadperf/loadperf.spec | 14 ++++++++++++++ dlls/loadperf/loadperf_main.c | 29 +++++++++++++++++++++++++++++ 4 files changed, 57 insertions(+), 0 deletions(-) create mode 100644 dlls/loadperf/Makefile.in create mode 100644 dlls/loadperf/loadperf.spec create mode 100644 dlls/loadperf/loadperf_main.c
You've forgotten to append the licensing header to loadperf_main.c.