]> git.saurik.com Git - wxWidgets.git/blob - src/tiff/port/dummy.c
wxGTK1 : wx/private/eventloopsourcesmanager.h was missing in evtloop.cpp
[wxWidgets.git] / src / tiff / port / dummy.c
1
2 /*
3 * Dummy function, just to be ensure that the library always will be created.
4 */
5
6 void
7 libport_dummy_function()
8 {
9 return;
10 }
11