Localization of devenum to Portuguese and minor corrections.
[wine] / dlls / advapi32 / service.c
2004-04-23  Jon GriffithsDocumentation fixes.
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-04-12  Alexandre JulliardOpenServiceW: don't use the requested service access...
2003-12-13  Aric StewartBetter handling of some service functions.
2003-12-11  Huw DaviesDon't crash if lpDependencies is NULL.
2003-12-02  Mike McCormackStub implementations for ChangeServiceConfigA/W.
2003-10-10  Alexandre JulliardMake sure we always use the same name for the semaphore...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-01-24  Matthew DavisonRemoved some Unicode -> Ascii cross-calls.
2003-01-23  Matthew DavisonRemoved calls to HEAP_strdupAtoW.
2003-01-20  Matthew DavisonRemove some calls to HEAP_strdupAtoW from advapi32.
2003-01-14  Uwe BonnesStubs for Un|LockServiceDatabase.
2002-11-25  Steve LustbaderAssorted Win2k/WinXP stubs.
2002-10-25  Michael StefaniucCompile the advapi32 dll with -DSTRICT.
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2001-11-20  Francois GougetFix LUID definition.
2001-10-22  Francois GougetSpelling, grammar and a bit of comment formatting fixes.
2001-02-14  Patrik StridvallDocumentation ordinal fixes.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-17  Andreas MohrCosmetics.
2001-01-02  François GougetFixed some 0 vs. FALSE mismatches.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-19  Peter Hunnisett- Added some missing WINELIB_NAME_AW definitions, types...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
1999-12-12  Andreas MohrFixed compiler warnings.
1999-12-04  Michael McCormackAdded code to some service functions (some untested...
1999-11-21  Peter SchlaileImplemented StartServiceCtrlDispatcherA according to...
1999-11-21  Michael McCormackImplemented OpenSCManagerW, CloseServiceHandle, OpenSer...
1999-09-19  Patrik StridvallAdded support for anonymous structs/unions on compilers...
1999-07-04  Patrik StridvallFixed/moved/added missing/wrong function prototypes.
1999-05-14  Alexandre JulliardConverted to the new debug interface, using script...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-12  Juergen SchmiedSmall fixes to compile with the headers (mostly nt...
1999-01-30  Matthew BeckerDoc updates.
1999-01-28  Matthew BeckerDocumentation standardizations.
1999-01-03  Juergen SchmiedMoved ADVAPI32 files to dlls/advapi32.