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 --- demos/tri.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'demos/tri.c') diff --git a/demos/tri.c b/demos/tri.c index cf6bb252..d933700c 100644 --- a/demos/tri.c +++ b/demos/tri.c @@ -41,10 +41,7 @@ #ifdef _WIN32 #pragma comment(linker, "/subsystem:windows") -#define VK_USE_PLATFORM_WIN32_KHR #define APP_NAME_STR_LEN 80 -#else // _WIN32 -#define VK_USE_PLATFORM_XCB_KHR #endif // _WIN32 #include -- cgit v1.2.3