##// END OF EJS Templates
manifest: include Python.h before standard headers...
Drew Gottlieb -
r24352:d6dbe4d1 default
parent child Browse files
Show More
@@ -6,12 +6,12 b''
6 * This software may be used and distributed according to the terms of
6 * This software may be used and distributed according to the terms of
7 * the GNU General Public License, incorporated herein by reference.
7 * the GNU General Public License, incorporated herein by reference.
8 */
8 */
9 #include <Python.h>
10
9 #include <assert.h>
11 #include <assert.h>
10 #include <string.h>
12 #include <string.h>
11 #include <stdlib.h>
13 #include <stdlib.h>
12
14
13 #include <Python.h>
14
15 /* VC9 doesn't include bool and lacks stdbool.h based on my searching */
15 /* VC9 doesn't include bool and lacks stdbool.h based on my searching */
16 #ifdef _MSC_VER
16 #ifdef _MSC_VER
17 #define true 1
17 #define true 1
General Comments 0
You need to be logged in to leave comments. Login now