comparison dw.h @ 2239:95ad22a4da2d

Bump version to 3.2 now that we are post 3.1 release. Rename the fallback sockpipe() macro to oldsockpipe() which is now always available. If compiled with domain socket support and domain sockets fail to create, fallback to oldsockpipe(). This hopefully will let us just have a single build for Vista to 10 with domain socket support.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 15 Jan 2021 19:22:27 +0000
parents e7060d262939
children 5c981407b0f3
comparison
equal deleted inserted replaced
2238:a0784aa36bde 2239:95ad22a4da2d
7 extern "C" { 7 extern "C" {
8 #endif 8 #endif
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 1 12 #define DW_MINOR_VERSION 2
13 #define DW_SUB_VERSION 0 13 #define DW_SUB_VERSION 0
14 14
15 #define DW_HOME_URL "http://dwindows.netlabs.org" 15 #define DW_HOME_URL "http://dwindows.netlabs.org"
16 16
17 /* Support for API deprecation in supported compilers */ 17 /* Support for API deprecation in supported compilers */