diff options
| author | Piers Daniell <pdaniell@nvidia.com> | 2015-02-24 13:58:47 -0700 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-03-02 17:21:10 -0700 |
| commit | 8254bebed7609fe24902267bea25e3866f2a4bcc (patch) | |
| tree | 2dbbca6c98ac292f9892cfa823b47b7ce2725b3b /loader/loader_platform.h | |
| parent | f94f9bc3358d29b8cf7c03d753808bbbb61a5a3f (diff) | |
| download | usermoji-8254bebed7609fe24902267bea25e3866f2a4bcc.tar.xz | |
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.
Diffstat (limited to 'loader/loader_platform.h')
| -rw-r--r-- | loader/loader_platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/loader_platform.h b/loader/loader_platform.h index 2d878bce..b4f711af 100644 --- a/loader/loader_platform.h +++ b/loader/loader_platform.h @@ -135,6 +135,7 @@ static inline void loader_platform_thread_delete_mutex(loader_platform_thread_mu /* Windows-specific common code: */ // Headers: +#include <WinSock2.h> #include <windows.h> #include <assert.h> #ifdef __cplusplus |
