comparison dw.h @ 1840:3343a61f3262

Linux seems to need stdint.h for uintptr_t... Hopefully this won't break other platforms.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 20 Nov 2012 04:20:39 +0000
parents 22225eb286e5
children 7677754a1ca5
comparison
equal deleted inserted replaced
1839:22225eb286e5 1840:3343a61f3262
1 /* $Id: dw.h 1811 2012-09-27 05:09:10Z mhessling $ */ 1 /* $Id$ */
2 2
3 #ifndef _H_DW 3 #ifndef _H_DW
4 #define _H_DW 4 #define _H_DW
5 5
6 /* Dynamic Windows version numbers */ 6 /* Dynamic Windows version numbers */
7 #define DW_MAJOR_VERSION 2 7 #define DW_MAJOR_VERSION 2
8 #define DW_MINOR_VERSION 4 8 #define DW_MINOR_VERSION 4
9 #define DW_SUB_VERSION 0 9 #define DW_SUB_VERSION 0
10
11 #include <stdint.h>
10 12
11 #if !defined(__PHOTON__) 13 #if !defined(__PHOTON__)
12 /* These corespond to the entries in the color 14 /* These corespond to the entries in the color
13 * arrays in the Win32 dw.c, they are also the 15 * arrays in the Win32 dw.c, they are also the
14 * same as DOS ANSI colors. 16 * same as DOS ANSI colors.