summaryrefslogtreecommitdiff
path: root/devel/vulkan-tools/files/patch-cube_cube.cpp
blob: 11817526cb01d8a30ea7f39a52514fdcb7842d94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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;