File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
*
3
- * Copyright (C) 2000-2024 , OFFIS e.V.
3
+ * Copyright (C) 2000-2025 , OFFIS e.V.
4
4
* All rights reserved. See COPYRIGHT file for details.
5
5
*
6
6
* This software and supporting documentation were developed by
@@ -207,7 +207,9 @@ int main(int argc, char *argv[])
207
207
E_FileReadMode opt_readMode = ERM_autoDetect;
208
208
E_TransferSyntax opt_ixfer = EXS_Unknown;
209
209
OFBool opt_checkAllStrings = OFFalse;
210
+ #ifdef DCMTK_ENABLE_CHARSET_CONVERSION
210
211
OFBool opt_convertToUTF8 = OFFalse;
212
+ #endif
211
213
212
214
OFConsoleApplication app (OFFIS_CONSOLE_APPLICATION, " Render DICOM SR file and data set to HTML/XHTML" , rcsid);
213
215
OFCommandLine cmd;
Original file line number Diff line number Diff line change 1
1
/*
2
2
*
3
- * Copyright (C) 2000-2023 , OFFIS e.V.
3
+ * Copyright (C) 2000-2025 , OFFIS e.V.
4
4
* All rights reserved. See COPYRIGHT file for details.
5
5
*
6
6
* This software and supporting documentation were developed by
@@ -106,7 +106,9 @@ int main(int argc, char *argv[])
106
106
OFBool opt_printFilename = OFFalse;
107
107
E_FileReadMode opt_readMode = ERM_autoDetect;
108
108
E_TransferSyntax opt_ixfer = EXS_Unknown;
109
+ #ifdef DCMTK_ENABLE_CHARSET_CONVERSION
109
110
OFBool opt_convertToUTF8 = OFFalse;
111
+ #endif
110
112
111
113
OFConsoleApplication app (OFFIS_CONSOLE_APPLICATION, " Dump DICOM SR file and data set" , rcsid);
112
114
OFCommandLine cmd;
You can’t perform that action at this time.
0 commit comments