Show More
@@ -12,6 +12,11 b'' | |||||
12 | #include <Python.h> |
|
12 | #include <Python.h> | |
13 | #include <stdlib.h> |
|
13 | #include <stdlib.h> | |
14 | #include <string.h> |
|
14 | #include <string.h> | |
|
15 | ||||
|
16 | #ifdef __hpux | |||
|
17 | #define inline | |||
|
18 | #endif | |||
|
19 | ||||
15 | #ifdef _WIN32 |
|
20 | #ifdef _WIN32 | |
16 | #ifdef _MSC_VER |
|
21 | #ifdef _MSC_VER | |
17 | #define inline __inline |
|
22 | #define inline __inline |
General Comments 0
You need to be logged in to leave comments.
Login now