From: <dan...@us...> - 2009-04-28 15:01:14
|
Revision: 1256 http://cegcc.svn.sourceforge.net/cegcc/?rev=1256&view=rev Author: dannybackx Date: 2009-04-28 13:42:34 +0000 (Tue, 28 Apr 2009) Log Message: ----------- Add three missing functions, see feature request #2750015. 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 09:31:04 UTC (rev 1255) +++ trunk/cegcc/src/mingw/ChangeLog.mingw32ce 2009-04-28 13:42:34 UTC (rev 1256) @@ -1,3 +1,8 @@ +2009-04-28 Danny Backx <dan...@us...> + + * coredll6.def (LockFileEx,UnLockFileEx,GetSystemTimeAsFileTime) : + Add. See feature request #2750015. + 2009-04-26 Danny Backx <dan...@us...> * coredll6.def : New file. Modified: trunk/cegcc/src/mingw/coredll6.def =================================================================== --- trunk/cegcc/src/mingw/coredll6.def 2009-04-28 09:31:04 UTC (rev 1255) +++ trunk/cegcc/src/mingw/coredll6.def 2009-04-28 13:42:34 UTC (rev 1256) @@ -1669,3 +1669,8 @@ FindNextDevice GetDeviceInformationByDeviceHandle GetDeviceInformationByFileHandle +CaptureDumpFileOnDevice +ReportFault +LockFileEx +UnLockFileEx +GetSystemTimeAsFileTime This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |