changeset 6021:80acfe62ace3 attach-custom-data

fix non-standard C types in Orthanc SDK
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 24 Feb 2025 09:22:35 +0100
parents 8d9bc0217a38
children e79a985fdf37
files OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);