projects
/
wxWidgets.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Reviewed and cleaned up the rest of the graphics.h interface header.
[wxWidgets.git]
/
src
/
tiff
/
port
/
dummy.c
This page requires JavaScript to run. Use
this page
instead.
0 / 12 ( 0%)
Commit
Line
Data
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