summaryrefslogtreecommitdiffstats
path: root/include/vcl/checksum.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/checksum.hxx')
-rw-r--r--include/vcl/checksum.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/checksum.hxx b/include/vcl/checksum.hxx
index bdc503a409ba..34817613e7e2 100644
--- a/include/vcl/checksum.hxx
+++ b/include/vcl/checksum.hxx
@@ -60,7 +60,7 @@ extern "C" {
@param DatLen [in] data buffer length.
@return new CRC64 value.
*/
-VCL_DLLPUBLIC sal_uInt64 SAL_CALL vcl_crc64 (
+VCL_DLLPUBLIC sal_uInt64 vcl_crc64 (
sal_uInt64 Crc,
const void *Data, sal_uInt32 DatLen
) SAL_THROW_EXTERN_C();