Skip to content

Commit 1a6052d

Browse files
committed
Fix non-Windows builds: expose dsky_backend_t type to stub section
- Add dsky_backend.h include before Windows ifdef block - Resolves unknown type name error in non-Windows stub implementation - Enables Linux/macOS compilation of dsky_gui.c - Maintains Windows functionality while providing cross-platform support
1 parent 35adf47 commit 1a6052d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Comanche055-C89/dsky_gui.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* Renders the DSKY as a graphical window using native Win32 GDI.
66
*/
77

8+
#include "dsky_backend.h"
9+
810
#ifdef _WIN32
911

1012
#include <windows.h>

0 commit comments

Comments
 (0)