This commit is contained in:
luboslenco
2025-03-08 10:43:14 +01:00
parent 3320a9ac37
commit 73977a0c38
12 changed files with 41 additions and 67 deletions
+1 -1
View File
@@ -1800,7 +1800,7 @@ typedef struct {
LRESULT WINAPI KoreWindowsMessageProcedure(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
#define MAXIMUM_WINDOWS 16
#define MAXIMUM_WINDOWS 1
static WindowData windows[MAXIMUM_WINDOWS] = {0};
const wchar_t *windowClassName = L"KoreWindow";