comparison win/dw.c @ 516:caa7ed17c132

Updated copyrights and license file.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 16 Mar 2004 02:55:04 +0000
parents 08d770271709
children 29547598b909
comparison
equal deleted inserted replaced
515:c3c5d8e36aa3 516:caa7ed17c132
1 /* 1 /*
2 /* 2 /*
3 * Dynamic Windows: 3 * Dynamic Windows:
4 * A GTK like implementation of the Win32 GUI 4 * A GTK like implementation of the Win32 GUI
5 * 5 *
6 * (C) 2000-2003 Brian Smith <dbsoft@technologist.com> 6 * (C) 2000-2004 Brian Smith <dbsoft@technologist.com>
7 * (C) 2003 Mark Hessling <m.hessling@qut.edu.au> 7 * (C) 2003-2004 Mark Hessling <m.hessling@qut.edu.au>
8 * 8 *
9 */ 9 */
10 #define _WIN32_IE 0x0500 10 #define _WIN32_IE 0x0500
11 #define WINVER 0x500 11 #define WINVER 0x500
12 #include <windows.h> 12 #include <windows.h>