Skip to content

Commit 1ccf703

Browse files
shorten compiler define
1 parent d9d8838 commit 1ccf703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

units/sdlsyswm.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{$DEFINE SDL_VIDEO_DRIVER_WINDOWS}
1414
{$ENDIF}
1515

16-
{$IF DEFINED (LINUX) OR DEFINED(UNIX)}
16+
{$IFDEF UNIX}
1717
{$IF NOT (DEFINED(DARWIN) OR DEFINED(ANDROID))}
1818
{$DEFINE SDL_VIDEO_DRIVER_X11}
1919
{$ENDIF}

0 commit comments

Comments
 (0)