From 9d452bdb2df85adff77c19ab85cd26b24cbeadbf Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Wed, 25 Nov 2015 13:26:15 -0700 Subject: wsi: Moved definition of CreateXxxSurface extension to CMakefile Removed component-specific definitions --- icd/common/icd.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'icd') diff --git a/icd/common/icd.h b/icd/common/icd.h index ec568e70..6b439924 100644 --- a/icd/common/icd.h +++ b/icd/common/icd.h @@ -30,14 +30,6 @@ #ifndef ICD_H #define ICD_H - -// TODO: Generalize for other extension -#ifdef _WIN32 -#define VK_USE_PLATFORM_WIN32_KHR -#else // _WIN32 -#define VK_USE_PLATFORM_XCB_KHR -#endif // _WIN32 - #include #include #include -- cgit v1.2.3