comparison win/dw.c @ 1386:fd1de4e9e542

Updated the readme and comments in the source files
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 25 Nov 2011 21:13:12 +0000
parents 156e32814c83
children db27c6e139a3
comparison
equal deleted inserted replaced
1385:fc20ad815428 1386:fd1de4e9e542
1 /* 1 /*
2 * Dynamic Windows: 2 * Dynamic Windows:
3 * A GTK like implementation of the Win32 GUI 3 * A GTK like implementation of the Win32 GUI
4 * 4 *
5 * (C) 2000-2011 Brian Smith <brian@dbsoft.org> 5 * (C) 2000-2011 Brian Smith <brian@dbsoft.org>
6 * (C) 2003-2011 Mark Hessling <m.hessling@qut.edu.au> 6 * (C) 2003-2011 Mark Hessling <mark@rexx.org>
7 * 7 *
8 */ 8 */
9 #define _WIN32_IE 0x0500 9 #define _WIN32_IE 0x0500
10 #define WINVER 0x500 10 #define WINVER 0x500
11 #include <windows.h> 11 #include <windows.h>