changeset 3528:8af668b331da

gnuplot-2-win64.patch: update for mingw-w64 compiler
author John W. Eaton <jwe@octave.org>
date Sun, 16 Feb 2014 21:44:44 -0500
parents b111822b0bf0
children 897cd1614109
files src/gnuplot-2-win64.patch
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gnuplot-2-win64.patch	Sun Feb 16 21:22:24 2014 -0500
+++ b/src/gnuplot-2-win64.patch	Sun Feb 16 21:44:44 2014 -0500
@@ -6,7 +6,7 @@
  static enum DATA_TYPES sprintf_specifier __PROTO((const char *format));
  
 -
-+#ifndef _WIN64
++#ifndef WIN32
  int
  GP_MATHERR( STRUCT_EXCEPTION_P_X )
  {