Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
AutoExportDll
/
AIXExportExplicitLib.c
blob: 58fd5acc8b202c2ceea592737f5685e95f0f9ddc [
file
]
int
AIXNotExported
(
void
)
{
return
0
;
}
int
AIXExportedSymbol
(
void
)
{
return
0
;
}