aboutsummaryrefslogtreecommitdiff
path: root/graphics/vulkan-tools/files/patch-cube_cube.cpp
blob: 12fdcff31e5ed1c99a13d43a57bbace11831d963 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- cube/cube.cpp.orig	2020-04-08 02:52:46 UTC
+++ cube/cube.cpp
@@ -2999,7 +2999,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPre
     return (int)msg.wParam;
 }
 
-#elif __linux__
+#elif __unix__
 
 int main(int argc, char **argv) {
     Demo demo;