mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-07 10:20:46 +00:00
fix(sonar): fix cpp:S995
This commit is contained in:
@@ -20,7 +20,7 @@ HANDLE session_change_event;
|
||||
|
||||
#define SERVICE_NAME "SunshineService"
|
||||
|
||||
DWORD WINAPI HandlerEx(DWORD dwControl, DWORD dwEventType, LPVOID lpEventData, LPVOID lpContext) {
|
||||
DWORD WINAPI HandlerEx(DWORD dwControl, DWORD dwEventType, const LPVOID lpEventData, const LPVOID lpContext) {
|
||||
switch (dwControl) {
|
||||
case SERVICE_CONTROL_INTERROGATE:
|
||||
return NO_ERROR;
|
||||
|
||||
Reference in New Issue
Block a user