video/openvr: define OPENVR_API_NODLL

.. so that S_API doesn't expand to __declspec(dllimport)
This commit is contained in:
Ozkan Sezer
2025-09-06 03:05:50 +03:00
parent c573326f11
commit 976ba1e750

View File

@@ -13,6 +13,7 @@
#pragma GCC diagnostic ignored "-Wunused-variable"
#endif
#define OPENVR_API_NODLL
#define USE_SDL
#include "openvr_capi.h"