This repository was archived by the owner on Mar 4, 2020. It is now read-only.
Commit d554140 Eun
committed
1 parent 106e340 commit d554140 Copy full SHA for d554140
File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,9 @@ EXTERN_C const IID IID_IVirtualDesktopManagerInternal;
70
70
// 10130
71
71
//MIDL_INTERFACE("EF9F1A6C-D3CC-4358-B712-F84B635BEBE7")
72
72
// 10240
73
- MIDL_INTERFACE ("AF8DA486-95BB-4460-B3B7-6E7A6B2962B5" )
73
+ //MIDL_INTERFACE("AF8DA486-95BB-4460-B3B7-6E7A6B2962B5")
74
+ // 14393
75
+ MIDL_INTERFACE ("f31574d6-b682-4cdc-bd56-1827860abec6" )
74
76
IVirtualDesktopManagerInternal : public IUnknown
75
77
{
76
78
public :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Adds the Move to Desktop feature to the Windows 10 System menu:
5
5
6
6
![ ] ( https://raw.githubusercontent.com/Eun/MoveToDesktop/res/screenshot1.png )
7
7
8
- [ ![ Download] ( https://raw.githubusercontent.com/Eun/MoveToDesktop/res/download.png )] ( https://github.com/Eun/MoveToDesktop/releases/download/1.3 /MoveToDesktop-1.3 .zip )
8
+ [ ![ Download] ( https://raw.githubusercontent.com/Eun/MoveToDesktop/res/download.png )] ( https://github.com/Eun/MoveToDesktop/releases/download/1.4 /MoveToDesktop-1.4 .zip )
9
9
10
10
Installation Usage
11
11
======
@@ -25,6 +25,9 @@ A restart of the application is required.
25
25
26
26
Changelog
27
27
=========
28
+ 1.4:
29
+ * Update for Windows 10 Anniversary (14393)
30
+
28
31
1.3:
29
32
* Delete empty desktops
30
33
* Bufix Issue #8
You can’t perform that action at this time.
0 commit comments