Changeset 322:2b8f40a1c515
- 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
| r320 |
r322 |
|
| 2771 | 2771 | { "GetLayeredWindowAttributes", cast(void**)& GetLayeredWindowAttributes, 5, 1 }, |
|---|
| 2772 | 2772 | { "SetLayeredWindowAttributes", cast(void**)& SetLayeredWindowAttributes, 5, 0 }, |
|---|
| 2773 | | { "PrintWindow", cast(void**)& PrintWindow, 5, 0 }, |
|---|
| | 2773 | { "PrintWindow", cast(void**)& PrintWindow, 5, 1 }, |
|---|
| 2774 | 2774 | { "IsHungAppWindow", cast(void**)& IsHungAppWindow, 5, 0 }, |
|---|
| 2775 | 2775 | ]; |
|---|