diff options
| author | Brad Smith <brad@comstyle.com> | 2022-08-30 19:13:27 -0400 |
|---|---|---|
| committer | Charles Giessen <46324611+charles-lunarg@users.noreply.github.com> | 2022-08-31 10:02:07 -0600 |
| commit | 77cf67df0795d0bceb51fe6737b4c9aed6694572 (patch) | |
| tree | 04f83d77e18138d18e7dacc8570bbf8f69c2b911 /cube/cube.cpp | |
| parent | 439026106ac98679e5961a499790327a8bf8f1d6 (diff) | |
| download | usermoji-77cf67df0795d0bceb51fe6737b4c9aed6694572.tar.xz | |
vulkaninfo/cube: added support for OpenBSD
Diffstat (limited to 'cube/cube.cpp')
| -rw-r--r-- | cube/cube.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cube/cube.cpp b/cube/cube.cpp index 910b1be1..aa3d7b20 100644 --- a/cube/cube.cpp +++ b/cube/cube.cpp @@ -3150,7 +3150,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR pCmdLine, return static_cast<int>(msg.wParam); } -#elif defined(__linux__) || defined(__FreeBSD__) +#elif defined(__linux__) || defined(__FreeBSD__) || defined(__OpenBSD__) int main(int argc, char **argv) { Demo demo; |
