loader: link with OneCore umbrella library
authorSlawomir Cygan <slawomir.cygan@intel.com>
Thu, 25 Jan 2018 12:51:17 +0000 (13:51 +0100)
committerLenny Komow <lenny@lunarg.com>
Mon, 12 Feb 2018 20:23:57 +0000 (13:23 -0700)
commit3c02f314002dff675a8262b71a00548ff3d89af9
treed1038efa1b9fa5a1f1fa1ae16a869b6953bcf618
parent8bbdd43d4de7c690816f5672201b9494ba426728
loader: link with OneCore umbrella library

This change makes loader use OneCore umbrella[2] library, common
to all Windows 10 devices and required with for Universal
Windows drivers[1].

As this change may not be compatible with previous versions of
Windows, it's enabled via CMAKE option:
   -DENABLE_WIN10_ONECORE=1

[2] https://msdn.microsoft.com/en-us/library/windows/desktop/mt654039(v=vs.85).aspx
[1] https://docs.microsoft.com/en-us/windows-hardware/drivers/develop/getting-started-with-universal-drivers

Change-Id: Ib677face131ab2edb3e8cd2f764fe4e0ca44cecc
CMakeLists.txt
loader/CMakeLists.txt
loader/loader.c