comparison dynamin/c/windows.d @ 6:c41eb8d907b2

Change the Windows binding's description
author Jordan Miner <jminer7@gmail.com>
date Sun, 28 Jun 2009 15:04:38 -0500
parents aa4efef0f0b1
children 7a7e5f9bd1ae
comparison
equal deleted inserted replaced
5:4029d5af7542 6:c41eb8d907b2
1 module dynamin.c.windows; 1 module dynamin.c.windows;
2 2
3 /* 3 /*
4 * A binding to at least the part of the Windows API that Dynamin uses. This 4 * A binding to at least the part of the Windows API that Dynamin uses. This
5 * binding is obviously very incomplete but does contain several functions 5 * binding is obviously very incomplete but does contain _many_ functions
6 * that the standard Windows binding does not contain. 6 * that the Phobos and Tango Windows bindings do not contain.
7 */ 7 */
8 8
9 version(Windows) { 9 version(Windows) {
10 } else { 10 } else {
11 static assert(0); 11 static assert(0);