ports/devel/vulkan-tools/files/patch-cube_cube.cpp
Jan Beich fc090a966f Add Vulkan SDK ports
https://www.khronos.org/vulkan/

PR:		222175
Tested by:	Johannes Lundberg <johalun0@gmail.com>
Submitted by:	Greg V <greg@unrelenting.technology>
2018-09-03 17:43:50 +00:00

11 lines
262 B
C++

--- cube/cube.cpp.orig 2018-08-07 18:51:55 UTC
+++ cube/cube.cpp
@@ -2922,7 +2922,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPre
return (int)msg.wParam;
}
-#elif __linux__
+#elif __unix__
int main(int argc, char **argv) {
Demo demo;