A couple of changes to avoid some failures on XP.
[wine] / programs / regsvr32 /
2004-03-09  Alexandre JulliardTake advantage of the new winegcc -B support.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-03-02  Alexandre JulliardBuild all the programs with winegcc.
2003-11-30  Stefan LeichterChanged the version resource to be created in the commo...
2003-11-28  Stefan LeichterAdded version info resource.
2003-10-07  Mike McCormackWhen registering a dll, search the dll's directory...
2003-07-02  Francois GougetFixed some common spelling errors.
2002-08-28  Patrik StridvallRemoved trailing white space.
2002-07-20  Bill MedlandAllow regsvr32 to process multiple filenames (as does...
2002-06-13  Alexandre JulliardDon't use msvcrt.
2002-06-13  Gregg MattinsonReplaced stricmp/strnicmp with strcasecmp/strncasecmp.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-21  Alexandre JulliardRenamed Winelib apps to .exe.so to follow the dll namin...
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-29  Andriy PalamarchukImplemented regsvr32 tool. Based on ReactOS implementation.