mirror of
https://git.wownero.com/dsc/openvr.git
synced 2024-08-15 01:03:30 +00:00
Add some defines for the compiler
This commit is contained in:
parent
37cbf45735
commit
d01d3704f2
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ using vr::VRInitError_None;
|
|||
|
||||
// figure out how to import from the VR API dll
|
||||
#if defined(_WIN32)
|
||||
#define DYNAMIC_LIB_EXT ".dll"
|
||||
#define PROGRAM_EXT ".exe"
|
||||
|
||||
#if !defined(OPENVR_BUILD_STATIC)
|
||||
#define VR_EXPORT_INTERFACE extern "C" __declspec( dllexport )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue