mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-27 19:44:18 +01:00
minor changes
This commit is contained in:
parent
a4627a6d36
commit
dac4a0629e
@ -1,7 +1,5 @@
|
||||
%{
|
||||
//<code(py_graph)>
|
||||
#ifndef __PY_IDA_GRAPH__
|
||||
#define __PY_IDA_GRAPH__
|
||||
|
||||
#define GR_HAVE_USER_HINT 0x00000001
|
||||
#define GR_HAVE_CLICKED 0x00000002
|
||||
@ -775,7 +773,6 @@ void pyg_select_node(PyObject *self, int nid)
|
||||
#undef S_M_THIS
|
||||
#undef S_M_TITLE
|
||||
|
||||
#endif
|
||||
//</code(py_graph)>
|
||||
%}
|
||||
|
||||
|
@ -10,8 +10,6 @@
|
||||
|
||||
%{
|
||||
//<code(py_idd)>
|
||||
#ifndef __PYDBG__
|
||||
#define __PYDBG__
|
||||
|
||||
#ifndef PYUL_DEFINED
|
||||
#define PYUL_DEFINED
|
||||
@ -153,7 +151,6 @@ PyObject *dbg_write_memory(PyObject *py_ea, PyObject *py_buf)
|
||||
Py_RETURN_FALSE;
|
||||
Py_RETURN_TRUE;
|
||||
}
|
||||
#endif
|
||||
//</code(py_idd)>
|
||||
%}
|
||||
|
||||
|
@ -155,8 +155,6 @@ uint32 choose_choose(PyObject *self,
|
||||
%{
|
||||
|
||||
//<code(py_choose2)>
|
||||
#ifndef __PY_CHOOSE2__
|
||||
#define __PY_CHOOSE2__
|
||||
#include "Python.h"
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
@ -780,7 +778,6 @@ PyObject *choose2_find(const char *title)
|
||||
// End of Chooser2 wrapper class
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
#endif
|
||||
//</code(py_choose2)>
|
||||
uint32 idaapi choose_sizer(void *self)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user