Changeset 322:2b8f40a1c515

Show
Ignore:
Timestamp:
11/20/08 14:16:19 (2 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

PrintWindow? only avaible starting WinXp? (5.1)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dwt/internal/win32/OS.d

    r320 r322  
    27712771    { "GetLayeredWindowAttributes", cast(void**)& GetLayeredWindowAttributes, 5, 1 }, 
    27722772    { "SetLayeredWindowAttributes", cast(void**)& SetLayeredWindowAttributes, 5, 0 }, 
    2773     { "PrintWindow", cast(void**)& PrintWindow, 5, 0 }, 
     2773    { "PrintWindow", cast(void**)& PrintWindow, 5, 1 }, 
    27742774    { "IsHungAppWindow", cast(void**)& IsHungAppWindow, 5, 0 }, 
    27752775];