commit | e2bca487685a4a904f9810b5b3d4fa862d00b0d8 | [log] [tgz] |
---|---|---|
author | Piers Daniell <pdaniell@nvidia.com> | Tue Feb 24 13:58:47 2015 -0700 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Mon Mar 02 17:21:10 2015 -0700 |
tree | f30d706a80a919242fc4601a907c28209064b3e2 | |
parent | f04dcf7a6179907b7be4eb995f08635dc2d1ede1 [diff] [blame] |
Get the trace player to work with Windows This change modifies many of the generators to use "#if defined(PLATFORM_LINUX) || defined(XCB_NVIDIA)" to choose between using XCB or WIN32 native.
diff --git a/loader/loader_platform.h b/loader/loader_platform.h index 2d878bc..b4f711a 100644 --- a/loader/loader_platform.h +++ b/loader/loader_platform.h
@@ -135,6 +135,7 @@ /* Windows-specific common code: */ // Headers: +#include <WinSock2.h> #include <windows.h> #include <assert.h> #ifdef __cplusplus