]> git.saurik.com Git - wxWidgets.git/blame - src/tiff/port/dummy.c
fix compilation error after r50329: wxMenu doesn't have HandleWindowEvent() as it...
[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