From: <dan...@us...> - 2009-04-28 14:08:06
|
Revision: 1257 http://cegcc.svn.sourceforge.net/cegcc/?rev=1257&view=rev Author: dannybackx Date: 2009-04-28 13:44:30 +0000 (Tue, 28 Apr 2009) Log Message: ----------- Typo Modified Paths: -------------- trunk/cegcc/src/mingw/ChangeLog.mingw32ce trunk/cegcc/src/mingw/coredll6.def Modified: trunk/cegcc/src/mingw/ChangeLog.mingw32ce =================================================================== --- trunk/cegcc/src/mingw/ChangeLog.mingw32ce 2009-04-28 13:42:34 UTC (rev 1256) +++ trunk/cegcc/src/mingw/ChangeLog.mingw32ce 2009-04-28 13:44:30 UTC (rev 1257) @@ -2,6 +2,7 @@ * coredll6.def (LockFileEx,UnLockFileEx,GetSystemTimeAsFileTime) : Add. See feature request #2750015. + * coredll6.def : Replace UnLockFileEx by UnlockFileEx. 2009-04-26 Danny Backx <dan...@us...> Modified: trunk/cegcc/src/mingw/coredll6.def =================================================================== --- trunk/cegcc/src/mingw/coredll6.def 2009-04-28 13:42:34 UTC (rev 1256) +++ trunk/cegcc/src/mingw/coredll6.def 2009-04-28 13:44:30 UTC (rev 1257) @@ -1672,5 +1672,5 @@ CaptureDumpFileOnDevice ReportFault LockFileEx -UnLockFileEx +UnlockFileEx GetSystemTimeAsFileTime This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |