# HG changeset patch # User Sebastien Jodogne # Date 1740385355 -3600 # Node ID 80acfe62ace343d677b0e493168e765db1c8a1f8 # Parent 8d9bc0217a386b722f0316ac66dea3576240ceeb fix non-standard C types in Orthanc SDK diff -r 8d9bc0217a38 -r 80acfe62ace3 OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h --- a/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h Mon Feb 24 09:19:12 2025 +0100 +++ b/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h Mon Feb 24 09:22:35 2025 +0100 @@ -1465,7 +1465,7 @@ const void* content, int64_t size, OrthancPluginContentType type, - bool isCompressed); + uint8_t isCompressed); /** * @brief Callback for writing to the storage area. @@ -1490,7 +1490,7 @@ const void* content, int64_t size, OrthancPluginContentType type, - bool isCompressed); + uint8_t isCompressed);