libvips/libsrc/dummy2.cc

5 lines
174 B
C++
Raw Normal View History

2008-03-02 16:44:16 +01:00
/* mac os x libtool needs to links libraries containing c++ (eg. cimg) with
* g++ ... force this with a dummy c++ file at the top level
*/
const int im__dummy_value = 42;