annotate src/gdcm-1-nosecapi.patch @ 3725:2acaa9943159

qscintilla: update 2.8.4 * src/qscintilla.mk: update to version and checksum for 2.8.4
author John Donoghue
date Mon, 20 Oct 2014 11:01:00 -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>