index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
AutoExportDll
/
AIXExportExplicitLib.c
blob: 58fd5acc8b202c2ceea592737f5685e95f0f9ddc (
plain
)
1
2
3
4
5
6
7
8
int
AIXNotExported
(
void
)
{
return
0
;
}
int
AIXExportedSymbol
(
void
)
{
return
0
;
}