projects
/
wxWidgets.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
wxMessageBox off the main thread lost result code.
[wxWidgets.git]
/
src
/
tiff
/
port
/
dummy.c
This page requires JavaScript to run. Use
this page
instead.
0 / 11 ( 0%)
Commit
Line
Data
1
2
/*
3
* Dummy function, just to be ensure that the library always will be created.
4
*/
5
6
void
7
libport_dummy_function()
8
{
9
return;
10
}
11