]> git.saurik.com Git - wxWidgets.git/blame - src/tiff/port/dummy.c
Fix stc doxygen warnings and regen stc files.
[wxWidgets.git] / src / tiff / port / dummy.c
CommitLineData
8414a40c
VZ
1
2/*
3 * Dummy function, just to be ensure that the library always will be created.
4 */
5
80ed523f 6void
8414a40c
VZ
7libport_dummy_function()
8{
9 return;
10}
11