|
From: Dan M. <da...@us...> - 2007-01-19 22:33:32
|
Module Name: pcb Committed By: danmc Date: Fri Jan 19 22:33:31 UTC 2007 Modified Files: pcb/src: compat.c compat.h Log Message: Add replacement wrappers for dlopen() and friends on windows. Update the hid initialization code to pull in the compat header. Also work around windows limitations with stat(). No change on real operating systems. To generate a diff of this commit: cvs rdiff -r1.6 -r1.7 pcb/src/compat.c cvs rdiff -r1.3 -r1.4 pcb/src/compat.h To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/compat.h?r1=1.3&r2=1.4 http://pcb.cvs.sourceforge.net/pcb/pcb/src/compat.c?r1=1.6&r2=1.7 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |