comparison dw.h @ 146:add6b46310c2

Upped DW's revision to 1.0.0. This is the final API specification for 1.0. I'll consider this a release candidate. :)
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 22 Oct 2002 14:00:47 +0000
parents e0e73b4372a6
children 2a0d7b57a6da
comparison
equal deleted inserted replaced
145:659c1a2bccad 146:add6b46310c2
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 0 7 #define DW_MAJOR_VERSION 1
8 #define DW_MINOR_VERSION 5 8 #define DW_MINOR_VERSION 0
9 #define DW_SUB_VERSION 0 9 #define DW_SUB_VERSION 0
10 10
11 #if defined(__OS2__) || defined(__WIN32__) || defined(WINNT) || defined(__EMX__) 11 #if defined(__OS2__) || defined(__WIN32__) || defined(WINNT) || defined(__EMX__)
12 /* OS/2 or Windows */ 12 /* OS/2 or Windows */
13 13