]> git.saurik.com Git - wxWidgets.git/blame - src/tiff/port/dummy.c
many wxIPC Unicode and UTF-8 fixes (use void* instead of wxChar* in the API and UTF...
[wxWidgets.git] / src / tiff / port / dummy.c
CommitLineData
8414a40c
VZ
1/* $Id$ */
2
3/*
4 * Dummy function, just to be ensure that the library always will be created.
5 */
6
7static void
8libport_dummy_function()
9{
10 return;
11}
12