Author: Amaury Forgeot d'Arc <[email protected]>
Branch: win32-faulthandler
Changeset: r90999:750f3a3fe0c4
Date: 2017-04-06 17:31 +0200
http://bitbucket.org/pypy/pypy/changeset/750f3a3fe0c4/

Log:    Try to avoid msiinttypes in rvmprof

diff --git a/rpython/rlib/rvmprof/src/rvmprof.h 
b/rpython/rlib/rvmprof/src/rvmprof.h
--- a/rpython/rlib/rvmprof/src/rvmprof.h
+++ b/rpython/rlib/rvmprof/src/rvmprof.h
@@ -5,8 +5,9 @@
 #define SINGLE_BUF_SIZE (8192 - 2 * sizeof(unsigned int))
 
 #ifdef VMPROF_WINDOWS
-#include "msiinttypes/inttypes.h"
-#include "msiinttypes/stdint.h"
+// #include "msiinttypes/inttypes.h"
+// #include "msiinttypes/stdint.h"
+#include <crtdefs.h>
 #else
 #include <inttypes.h>
 #include <stdint.h>
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to