projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
More work on wxQt integration, configure
[wxWidgets.git]
/
src
/
iodbc
/
main.c
Commit
Line
Data
1a6944fd
RR
1
#include <iodbc.h>
2
3
/* entry function used to build a share library on AIX */
4
int __start()
5
{
6
return 0;
7
}