Skip to content

Commit 0debcab

Browse files
authored
added typedef int (*cmpfunc) it is missing in Python3
1 parent 641d640 commit 0debcab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hdr/iidbi.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@
9999
# define MAX_PATH 256
100100
# endif /* MAX_PATH */
101101

102+
typedef int (*cmpfunc)(PyObject *, PyObject*);
103+
102104
/*
103105
** Name: IIDBI_ERROR - DBI error message structure.
104106
**

0 commit comments

Comments
 (0)