Add TIDY_CALL to tidyLibraryVersion func.
This commit is contained in:
parent
c7aca7ec83
commit
e71bda718f
|
@ -34,7 +34,7 @@ ctmbstr TY_(ReleaseDate)(void)
|
||||||
return TY_(release_date);
|
return TY_(release_date);
|
||||||
}
|
}
|
||||||
|
|
||||||
ctmbstr tidyLibraryVersion(void)
|
ctmbstr TIDY_CALL tidyLibraryVersion(void)
|
||||||
{
|
{
|
||||||
return TY_(library_version);
|
return TY_(library_version);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue