comparison dw.h @ 2005:a17cc1958369

GTK: Added WebKit2 support for GTK3. Remove dead code from GTK2. Use linker to pull in webkit libraries instead of dlopen() etc.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 06 Nov 2019 08:48:49 +0000
parents 77e43d71eaa7
children 6f1adc77de02
comparison
equal deleted inserted replaced
2004:ebbdb2120659 2005:a17cc1958369
9 9
10 /* Dynamic Windows version numbers */ 10 /* Dynamic Windows version numbers */
11 #define DW_MAJOR_VERSION 3 11 #define DW_MAJOR_VERSION 3
12 #define DW_MINOR_VERSION 0 12 #define DW_MINOR_VERSION 0
13 #define DW_SUB_VERSION 0 13 #define DW_SUB_VERSION 0
14
15 #define DW_HOME_URL "http://dwindows.netlabs.org"
14 16
15 #if !defined(__PHOTON__) 17 #if !defined(__PHOTON__)
16 /* These corespond to the entries in the color 18 /* These corespond to the entries in the color
17 * arrays in the Win32 dw.c, they are also the 19 * arrays in the Win32 dw.c, they are also the
18 * same as DOS ANSI colors. 20 * same as DOS ANSI colors.