merge from trunk rev.5229 for bug #3544372
2012-07-17 Kai Tietz <ktietz@redhat.com>
* misc/mingw_pformat.h (PFORMAT_TO_FILE): Increased constant.
(PFORMAT_NOLIMIT): Likewise.
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/stable/v2.x@5232 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-crt/ChangeLog b/mingw-w64-crt/ChangeLog
index cdf1535..081e171 100644
--- a/mingw-w64-crt/ChangeLog
+++ b/mingw-w64-crt/ChangeLog
@@ -1,3 +1,9 @@
+2012-07-17 Kai Tietz <ktietz@redhat.com>
+
+ PR 3544372
+ * misc/mingw_pformat.h (PFORMAT_TO_FILE): Increased constant.
+ (PFORMAT_NOLIMIT): Likewise.
+
2012-07-11 Ozkan Sezer <sezeroz@gmail.com>
* lib32/tapi32.def: Add missing exports.
diff --git a/mingw-w64-crt/revstamp.h b/mingw-w64-crt/revstamp.h
index 91bd3b8..5c51c0c 100644
--- a/mingw-w64-crt/revstamp.h
+++ b/mingw-w64-crt/revstamp.h
@@ -1,4 +1,4 @@
/* Do not edit. Autogenerated. */
-#define __MINGW_W64_REV "5214"
-#define __MINGW_W64_REV_STAMP "2012-07-11"
+#define __MINGW_W64_REV "5232"
+#define __MINGW_W64_REV_STAMP "2012-07-17"
diff --git a/mingw-w64-crt/stdio/mingw_pformat.h b/mingw-w64-crt/stdio/mingw_pformat.h
index 898abad..4777804 100644
--- a/mingw-w64-crt/stdio/mingw_pformat.h
+++ b/mingw-w64-crt/stdio/mingw_pformat.h
@@ -58,8 +58,8 @@
/* The following are the declarations specific to the `pformat' API...
*/
-#define PFORMAT_TO_FILE 0x1000
-#define PFORMAT_NOLIMIT 0x2000
+#define PFORMAT_TO_FILE 0x2000
+#define PFORMAT_NOLIMIT 0x4000
#if defined(__MINGW32__) || defined(__MINGW64__)
/*