changeset 322:2b8f40a1c515

PrintWindow only avaible starting WinXp (5.1)
author Frank Benoit <benoit@tionex.de>
date Thu, 20 Nov 2008 20:16:19 +0100
parents a3b84f877e63
children 7066c4836d65
files dwt/internal/win32/OS.d
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dwt/internal/win32/OS.d	Mon Nov 03 22:14:46 2008 +0100
+++ b/dwt/internal/win32/OS.d	Thu Nov 20 20:16:19 2008 +0100
@@ -2770,7 +2770,7 @@
     { "SetProcessDPIAware", cast(void**)& SetProcessDPIAware, 6, 0 },
     { "GetLayeredWindowAttributes", cast(void**)& GetLayeredWindowAttributes, 5, 1 },
     { "SetLayeredWindowAttributes", cast(void**)& SetLayeredWindowAttributes, 5, 0 },
-    { "PrintWindow", cast(void**)& PrintWindow, 5, 0 },
+    { "PrintWindow", cast(void**)& PrintWindow, 5, 1 },
     { "IsHungAppWindow", cast(void**)& IsHungAppWindow, 5, 0 },
 ];