- declare PT_RAS_FOLDER for the "RAS Connections" folder
[wine] / dlls / shell32 / shlexec.c
2004-01-16  Alexandre JulliardFixed HCR_GetExecuteCommandW() behavior with a class...
2004-01-15  Marcelo Duarte- Get rid of W->A calls for shlexec.
2004-01-06  Francois GougetAssorted spelling fixes.
2003-12-30  Ge van GeldorpEnclose application name in double quotation marks...
2003-12-10  Marcelo Duarte- Implementation of HCR_GetExecuteCommandExW for intern...
2003-09-26  Alexandre JulliardThe "Path" value of the "App Paths" entry should be...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-18  Francois GougetTypos/spelling fixes.
2003-05-19  Ulrich CzekallaHandle SEE_MASK_CLASSKEY case for ShellExecute.
2003-05-19  Aric StewartAdded support for the %L escape.
2003-03-25  Stefan LeichterLet wcmd handle .cmd files like .bat files.
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2003-01-03  Dan KegelShellExecute(NULL, "wordpad.exe",) now correctly finds...
2002-12-16  Rolf KalbermatterMake some shell32 files compile in MSVC.
2002-12-13  Rolf KalbermatterAdded Unicode versions of the HCR_ internal functions.
2002-12-13  Rolf KalbermatterFixed some signed/unsigned comparison warnings.
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-21  Johan DahlinMake shell32 compile with -DSTRICT.
2002-10-29  György 'Nog' JeneySeparate out 16-bit ShellExecute function.
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-09-16  Duane ClarkWait for app to come up before attempting DDE connection.
2002-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-25  Duane ClarkBug fixes.
2002-07-24  Duane ClarkCombined implementations of ShellExecute/Ex.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Eric PouechFixed ShellExecute functions when ddeexec was present...