Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions units/SDL3.pas
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
UnixType,
{$ENDIF}
{$IFDEF DARWIN}
CocoaAll;

Check notice on line 31 in units/SDL3.pas

View workflow job for this annotation

GitHub Actions / macos-15

SDL3.pas(31,7): Hint

Unit "CocoaAll" not used in SDL3
{$ELSE}
X,

Check notice on line 33 in units/SDL3.pas

View workflow job for this annotation

GitHub Actions / fedora-rawhide

SDL3.pas(33,7): Hint

Unit "x" not used in SDL3
XLib;

Check notice on line 34 in units/SDL3.pas

View workflow job for this annotation

GitHub Actions / fedora-rawhide

SDL3.pas(34,7): Hint

Unit "xlib" not used in SDL3
{$ENDIF}
{$ENDIF}

Expand Down Expand Up @@ -69,6 +69,7 @@
{$ENDIF}
{$ENDIF}

{$DEFINE WANT_CWCHAR_T} // want wchar_t type in this unit
{$I ctypes.inc} // C data types

{ The include file translates
Expand Down
Loading
Loading