annotate src/gdcm-1-nosecapi.patch @ 7207:9ed6500e56d3 default tip @

maint: Merge release to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 17 May 2024 20:16:41 +0200
parents 15551fc621fa
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3666
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
1 diff -ur gdcm-2.0.19.orig/Source/Common/gdcmException.h gdcm-2.0.19/Source/Common/gdcmException.h
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
2 --- gdcm-2.0.19.orig/Source/Common/gdcmException.h 2014-07-26 11:45:31 -0400
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
3 +++ gdcm-2.0.19/Source/Common/gdcmException.h 2014-07-26 11:57:11 -0400
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
4 @@ -14,6 +14,13 @@
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
5 #ifndef GDCMEXCEPTION_H
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
6 #define GDCMEXCEPTION_H
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
7
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
8 +#ifdef __MINGW32__
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
9 + #include <_mingw.h>
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
10 + #ifdef MINGW_HAS_SECURE_API
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
11 + #undef MINGW_HAS_SECURE_API
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
12 + #endif
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
13 +#endif
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
14 +
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
15 #include <cassert>
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
16 #include <cstdlib> // NULL
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
17 #include <exception>