Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
AutoExportDll
/
AIXExportExplicitLib.c
blob: 58fd5acc8b202c2ceea592737f5685e95f0f9ddc [
file
] [
log
] [
blame
]
int
AIXNotExported
(
void
)
{
return
0
;
}
int
AIXExportedSymbol
(
void
)
{
return
0
;
}