Typos etc.

This commit is contained in:
David Rowe 2020-06-29 12:40:39 +12:00
parent 24352a7189
commit c2bb26e519
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ static const uint32_t RELEASE_OPENVR_HMD_DELAY_MS = 5000;
bool isOculusPresent() {
bool result = false;
#if defined(Q_OS_WIN32)
#ifdef Q_OS_WIN
HANDLE oculusServiceEvent = ::OpenEventW(SYNCHRONIZE, FALSE, L"OculusHMDConnected");
// The existence of the service indicates a running Oculus runtime
if (oculusServiceEvent) {