]> git.saurik.com Git - wxWidgets.git/blame_incremental - src/tiff/port/dummy.c
Added wxRichTextTableBlock class to help with table UI operations
[wxWidgets.git] / src / tiff / port / dummy.c
... / ...
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