diff -r 000000000000 -r 1918ee327afb src/3rdparty/libtiff/port/dummy.c --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/3rdparty/libtiff/port/dummy.c Mon Jan 11 14:00:40 2010 +0000 @@ -0,0 +1,12 @@ +/* $Id: dummy.c,v 1.2 2005/07/07 15:21:52 dron Exp $ */ + +/* + * Dummy function, just to be ensure that the library always will be created. + */ + +static void +libport_dummy_function() +{ + return; +} +