Skip to content

Commit

Permalink
inc: Fix SDL/SDL.bi under Darwin
Browse files Browse the repository at this point in the history
The original SDL_syswm.h renames Cursor to avoid a name clash
in Quickdraw.h, which is not relevant in the .bi
  • Loading branch information
rversteegen authored and jayrm committed Jan 1, 2024
1 parent 83852e9 commit 9096ef7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions inc/SDL/SDL.bi
Expand Up @@ -1547,11 +1547,6 @@ declare function SDL_WasInit(byval flags as Uint32) as Uint32
declare sub SDL_Quit()
#define _SDL_syswm_h

#ifdef __FB_DARWIN__
#define Cursor X11Cursor
#undef Cursor
#endif

#ifdef __FB_UNIX__
type SDL_SYSWM_TYPE as long
enum
Expand Down

0 comments on commit 9096ef7

Please sign in to comment.