mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2025-02-17 19:09:25 +01:00
Defined maximum number of monitors
This commit is contained in:
parent
7649c43d03
commit
63b9a3d1e7
@ -93,7 +93,8 @@ HANDLE hSwsSettingsChanged = NULL;
|
||||
HANDLE hSwsOpacityMaybeChanged = NULL;
|
||||
HANDLE hWin11AltTabInitialized = NULL;
|
||||
BYTE* lpShouldDisplayCCButton = NULL;
|
||||
HMONITOR hMonitorList[30];
|
||||
#define MAX_NUM_MONITORS 30
|
||||
HMONITOR hMonitorList[MAX_NUM_MONITORS];
|
||||
DWORD dwMonitorCount = 0;
|
||||
HANDLE hCanStartSws = NULL;
|
||||
int Code = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user