Test for return value from CreateDirectory("c:").
[wine] / dlls / kernel / profile.c
2005-10-11  Mike McCormackMake sure not to strcpy from a NULL default value pointer.
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-10  Richard Cohen- Fix regression in GetPrivateProfileString16 for key...
2005-08-02  Alexandre JulliardFixed white space handling on the last line (reported...
2005-06-20  Mike McCormack- don't include winreg.h
2005-06-14  Mike McCormackFix warnings from -Wmissing-declarations.
2005-05-31  Alexandre JulliardFixed RtlIsTextUnicode prototype, and made it properly...
2005-05-06  Francois GougetAssorted spelling fixes.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-04  Huw DaviesFix regression in GetPrivateProfileSection for lines...
2005-03-02  Rein KlazesWhen enumerating keys using Get(Private)ProfileString...
2005-02-10  Alexandre JulliardFixed profile cache flushing when no filename is specif...
2005-01-11  Robert Shearman- Don't use an invalid file handle. In this case invali...
2005-01-03  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-22  Dmitry TimoshkovPerform case insensitive comparison with cached ini...
2004-07-16  Alexandre JulliardSupport for large profile values (based on a patch...
2004-06-14  Eric PouechConst correctness, pointer cast correctness, removed...
2004-05-03  Aric StewartStrip leading whitespace when adding a new value and...
2004-05-01  Alexandre JulliardMoved most remaining file functions to dlls/kernel.
2004-04-08  Aric StewartEmpty values need to be preserved as empty values and...
2004-04-02  Alexandre JulliardDon't try to get the file time if the file wasn't found.
2004-03-10  Alexandre JulliardMoved a number of 16-bit functions to file16.c.
2004-02-07  Alexandre JulliardAdded memchrW and memrchrW to the exported Unicode...
2004-02-07  Robert Shearman- Use Win32 instead of Unix file functions.
2003-11-17  Alexandre JulliardRemoved some unnecessary includes.
2003-10-15  Alexandre JulliardGet rid of the drive codepages and use CP_UNIXCP instead.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-26  Alexandre JulliardMoved profile functions to dlls/kernel.