Skip to content

Commit fc1997c

Browse files
committed
Fixed compile bug on Linux
1 parent 12ef044 commit fc1997c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BrotBoxEngine/SessionLockMonitor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ LRESULT bbe::SessionLockMonitor::WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam,
3737
}
3838
return 0;
3939
}
40-
#endif
4140

4241
bool bbe::SessionLockMonitor::isScreenLocked() const
4342
{
4443
return isLocked;
4544
}
45+
#endif

0 commit comments

Comments
 (0)