summaryrefslogtreecommitdiff
path: root/examples/windows.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/windows.c')
-rw-r--r--examples/windows.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/windows.c b/examples/windows.c
index 5597638..d68d7a1 100644
--- a/examples/windows.c
+++ b/examples/windows.c
@@ -3,7 +3,6 @@ Sample usage of GD on windows. This little program opens a window, fetch its DIB
and assigns to a GD truecolor image.
Thanks to Mateusz Loskot (http://mateusz.loskot.net) for the AttachBuffer function!
-$Id$
*/
#include <windows.h>
#include <gd.h>