Show More
@@ -30,6 +30,10 b'' | |||||
30 | #define XDL_SNAKE_CNT 20 |
|
30 | #define XDL_SNAKE_CNT 20 | |
31 | #define XDL_K_HEUR 4 |
|
31 | #define XDL_K_HEUR 4 | |
32 |
|
32 | |||
|
33 | /* VC 2008 doesn't know about the inline keyword. */ | |||
|
34 | #if defined(_MSC_VER) | |||
|
35 | #define inline __forceinline | |||
|
36 | #endif | |||
33 |
|
37 | |||
34 |
|
38 | |||
35 | typedef struct s_xdpsplit { |
|
39 | typedef struct s_xdpsplit { |
General Comments 0
You need to be logged in to leave comments.
Login now