From: Rolf K. <lab...@us...> - 2008-12-23 09:02:51
|
Update of /cvsroot/opengtoolkit/lvzip In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv23611 Modified Files: Change-Log.txt Log Message: Rename all symbols in the library by prepending lvzip_ to them to avoid name conflicts with already defined functions in the cRIO VxWorks kernel. Index: Change-Log.txt =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/Change-Log.txt,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Change-Log.txt 28 Oct 2008 05:53:02 -0000 1.11 --- Change-Log.txt 23 Dec 2008 09:02:45 -0000 1.12 *************** *** 68,69 **** --- 68,73 ---- the intermediate archive file. by creating a temporary copy to add to the archive. + + 2008-12-23 rk + Prepended all public symbols with lvzip_ to avoid name conflicts with the LabVIEW + VxWorks kernel on cRIO targets. \ No newline at end of file |