Fix signed/unsigned comparison warnings.
[wine] / dlls / mpr /
2004-09-09  Hans LeidekkerDutch resource translation.
2004-08-16  David KredbaAdded Czech resources.
2004-07-21  Ivan Leo PuotiAdded Italian resources.
2004-07-19  Marcelo DuarteUpdate localization for Portuguese language.
2004-07-12  Henning GerhardtTranslated some English resource files into German.
2004-07-04  José Manuel Ferrer... Added Spanish translation.
2004-06-30  Uwe BonnesHeapAlloc for WSTR must allocate len* sizeof(WCHARS).
2004-06-28  Hajime SegawaAdded some Japanese translations.
2004-05-17  Patrik StridvallFixed some issues found by winapi_check.
2004-05-07  Krishna MurthyWNetGetConnection(): use QueryDosDevice to return a...
2004-04-27  Mike McCormackImplemented WNetEnumCachedPasswords.
2004-04-05  Juan Lang- implement loading network providers
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-09-08  Francois GougetFix the case of product and company names.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-30  Alexandre JulliardMake the DllRegisterServer, DllRegisterServerEx, DllUnr...
2003-07-18  Mike McCormackImplemented password caching.
2003-05-12  Aric StewartBetter error return values from stub functions.
2003-05-12  Aric StewartAdded stub for DllCanUnloadNow.
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-10-22  Michael StefaniucCompile the mpr dll with STRICT defined.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-17  Alexandre JulliardA few fixes for mingw cross-compilation.
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-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-01  Alexandre JulliardRemoved some of the calls to HEAP_strdup* functions.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-29  Alexandre JulliardCleaned up some more dependencies on Wine internal...
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Alexandre JulliardFixed a few dependencies on 16-bit or internal function...
2000-11-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-08-06  Alexandre JulliardAdded imports of kernel32.dll where necessary.
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-17  Alexandre JulliardMade MPR a separate dll.
2000-02-16  Alexandre JulliardMoved SystemHeap allocations to the process heap.
2000-01-01  Alexandre JulliardMake use of automatic ordinal allocation.
1999-11-23  Juergen SchmiedCorrected wrong parameter counts for WNetCachePassword and
1999-08-07  Ulrich WeigandSeparated Win16 (USER) and Win32 (MPR) network routines.