Add some defines for the compiler

master
dsc 3 years ago
parent 37cbf45735
commit d01d3704f2

@ -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…
Cancel
Save