projects
/
wxWidgets.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Added TOOL_ENTER command. Now wxGTK and wxMSW misbehave
[wxWidgets.git]
/
src
/
iodbc
/
main.c
This page requires JavaScript to run. Use
this page
instead.
0 / 7 ( 0%)
Commit
Line
Data
1
#include <iodbc.h>
2
3
/* entry function used to build a share library on AIX */
4
int __start()
5
{
6
return 0;
7
}