- update to 228 - drop Python 2 support - fix some MAPI compilation problems - simplfy the patch file for dependencies - drop the patch file for min/max - disable some modules
3 lines
76 B
C
3 lines
76 B
C
#define min(a, b) (((a)<(b))?(a):(b))
|
|
#define max(a, b) (((a)>(b))?(a):(b))
|