Skip to content

Commit 0ffd5e2

Browse files
committed
update
1 parent bcf0a91 commit 0ffd5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nyx/dicom_util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Uint32 getFrameSize(DcmDataset* dataset)
1010
return 0;
1111

1212
Uint32 frameSize = 0;
13-
#if DCMTK_VERSION_NUMBER >= 0x036800
13+
#if OFFIS_DCMTK_VERSION_NUMBER >= 0x036800
1414
// DCMTK 3.6.8+ expects a boolean indicating uncompressed state
1515
OFBool isUncompressed = (pixelData->transferState() == ERW_memory);
1616
status = pixelData->getUncompressedFrameSize(dataset, frameSize, isUncompressed);

0 commit comments

Comments
 (0)