]> git.saurik.com Git - wxWidgets.git/blame - src/tiff/port/dummy.c
Don't let MSW's wxSpinCtrl emit spin up and down events as in the other ports
[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