Merge pull request #178 from Jcd1230/master

Remove bad pragma pack for OpenVR on Linux and Mac
This commit is contained in:
Bjorn 2020-01-01 14:38:36 -08:00 committed by GitHub
commit e74fb01b59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -14,15 +14,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#ifndef WIN32
#pragma pack(push, 4)
#else
#undef EXTERN_C
#endif
#include <openvr_capi.h>
#ifndef WIN32
#pragma pack(pop)
#endif
// From openvr_capi.h
extern intptr_t VR_InitInternal(EVRInitError *peError, EVRApplicationType eType);