# HG changeset patch # User Frank Benoit # Date 1227208579 -3600 # Node ID 2b8f40a1c515277e83feb559df02697288f8a8b0 # Parent a3b84f877e6360db220372c3759f11d8154d3ea9 PrintWindow only avaible starting WinXp (5.1) diff -r a3b84f877e63 -r 2b8f40a1c515 dwt/internal/win32/OS.d --- 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 }, ];