annotate src/gdcm-1-nosecapi.patch @ 4043:b54e00ea56bc

of-fl-core: readd fl-core patch in dos mode * src/of-fl-core-1-fixes.patch: readd patch
author John Donoghue
date Fri, 02 Oct 2015 10:24:38 -0400
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>