wxMessageBox off the main thread lost result code.
[wxWidgets.git] / src / tiff / port / dummy.c
0 / 11 (  0%)
CommitLineData
1
2/*
3 * Dummy function, just to be ensure that the library always will be created.
4 */
5
6void
7libport_dummy_function()
8{
9 return;
10}
11