0

我在我的 C/gtk+ 应用程序中使用 libexif。但我想让它成为可选的。我必须在我的配置文件中写什么才能做到这一点?

谢谢

4

1 回答 1

1

You can check conditional compilation here. And define the calls under those flags.

于 2010-07-13T16:39:09.607 回答