[pypy-commit] pypy windows-vmprof-support: we don't have structdef just yet

fijal pypy.commits at gmail.com
Fri Feb 12 11:03:08 EST 2016


Author: fijal
Branch: windows-vmprof-support
Changeset: r82185:1b32334f76eb
Date: 2016-02-12 17:02 +0100
http://bitbucket.org/pypy/pypy/changeset/1b32334f76eb/

Log:	we don't have structdef just yet

diff --git a/rpython/rlib/rvmprof/src/vmprof_main_win32.h b/rpython/rlib/rvmprof/src/vmprof_main_win32.h
--- a/rpython/rlib/rvmprof/src/vmprof_main_win32.h
+++ b/rpython/rlib/rvmprof/src/vmprof_main_win32.h
@@ -24,7 +24,6 @@
 #include <stddef.h>
 #include <sys/stat.h>
 #include <fcntl.h>
-#include "structdef.h"
 #include "vmprof_stack.h"
 #include "vmprof_get_custom_offset.h"
 #include "vmprof_common.h"


More information about the pypy-commit mailing list