Workaround to fix a link error in MS Windows 12/238312/3
authorVictor Cebollada <v.cebollada@samsung.com>
Fri, 10 Jul 2020 14:41:12 +0000 (15:41 +0100)
committerVictor Cebollada <v.cebollada@samsung.com>
Fri, 10 Jul 2020 14:54:54 +0000 (15:54 +0100)
commit0d907152b5acdd38da2db71d282ee7f51f1a636a
tree7c7d864b32435b281878136e39e30be5df01c3ba
parenta67bddb9946a20e3eed7d71ade2ed8b20eccdf38
Workaround to fix a link error in MS Windows

* The patch "Support a frame rendered / presented callback" uses the
  FileDescriptorMonitor which is not implemented in MS Windows, and
  it fails to link.
  A stub implementation for MS Windows has been added.

Change-Id: Ide5f97f13a827f454d171ac9d08804f20de2fd0f
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
dali/internal/system/file.list
dali/internal/system/windows/file-descriptor-monitor-windows.cpp [new file with mode: 0644]