projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Provide a task-dialog based wxMSW wxMessageDialog implementation.
[wxWidgets.git]
/
src
/
tiff
/
port
/
dummy.c
1
/* $Id$ */
2
3
/*
4
* Dummy function, just to be ensure that the library always will be created.
5
*/
6
7
static void
8
libport_dummy_function
()
9
{
10
return
;
11
}
12