diff options
author | Anton Fedchin <anightik@gmail.com> | 2018-04-03 17:57:30 +0300 |
---|---|---|
committer | Anton Fedchin <anightik@gmail.com> | 2018-04-04 12:23:38 +0300 |
commit | 65a34fc4e7c2980f3b6f071336bab35a2d26f2df (patch) | |
tree | 76d1c0c592153ed37a81e5e6a4c0061b5ca6d1ec /cmake/treedata | |
parent | 8a0c0d5ea46c238b5b784f098e5cf12aa92c1af5 (diff) |
[win10] network: move implementation to platform folder
Diffstat (limited to 'cmake/treedata')
-rw-r--r-- | cmake/treedata/windowsstore/subdirs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/treedata/windowsstore/subdirs.txt b/cmake/treedata/windowsstore/subdirs.txt index 97d22730d5..d66845cb18 100644 --- a/cmake/treedata/windowsstore/subdirs.txt +++ b/cmake/treedata/windowsstore/subdirs.txt @@ -1,10 +1,10 @@ xbmc/platform/win10 platform/win10 xbmc/platform/win10/filesystem platform/win10/filesystem xbmc/platform/win10/storage platfrom/win10/storage +xbmc/platform/win10/network platform/win10/network xbmc/platform/win32/filesystem platform/win32/filesystem xbmc/input/touch input/touch xbmc/input/touch/generic input/touch/generic -xbmc/network/win10 network/win10 xbmc/network/mdns network/mdns xbmc/peripherals/bus/win10 peripherals/bus/win10 xbmc/powermanagement/win10 powermanagement/win10 |