Random fixes and additions. Progress with xlib

This commit is contained in:
2026-08-02 01:59:44 +03:00
parent 7cbb5ade05
commit 4ad7ee307b
10 changed files with 341 additions and 27 deletions

View File

@@ -1,3 +1,5 @@
#ifdef _WIN32
#ifndef WIN_PROC_H_
#define WIN_PROC_H_
@@ -6,3 +8,5 @@
LRESULT CALLBACK WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
#endif // WIN_PROC_H_
#endif // _WIN32