Add VR/OpenVR support on Linux

This commit is contained in:
Igor Kalevatykh
2018-04-05 00:14:08 +02:00
parent b4f038fd67
commit 7c163f2163
3 changed files with 90 additions and 6 deletions

View File

@@ -4,6 +4,12 @@
#include <stdio.h>
#include <stdlib.h>
#ifdef __linux__
#define stricmp strcasecmp
#define strnicmp strncasecmp
#endif
//-----------------------------------------------------------------------------
// Purpose:
//-----------------------------------------------------------------------------