]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qemu-img.c
copyright update
[mirror_qemu.git] / qemu-img.c
index 2dffe8e3a45ea1d65732e55f7f2ab4bc0dc3739b..ac1d3317f15b430fd1148472d972826e9499addf 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * QEMU disk image utility
  *
- * Copyright (c) 2003-2007 Fabrice Bellard
+ * Copyright (c) 2003-2008 Fabrice Bellard
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
@@ -26,6 +26,7 @@
 #include <assert.h>
 
 #ifdef _WIN32
+#define WIN32_LEAN_AND_MEAN
 #include <windows.h>
 #endif
 
@@ -82,7 +83,7 @@ static void format_print(void *opaque, const char *name)
 
 static void help(void)
 {
-    printf("qemu-img version " QEMU_VERSION ", Copyright (c) 2004-2007 Fabrice Bellard\n"
+    printf("qemu-img version " QEMU_VERSION ", Copyright (c) 2004-2008 Fabrice Bellard\n"
            "usage: qemu-img command [command options]\n"
            "QEMU disk image utility\n"
            "\n"