mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-16 09:48:26 +00:00
do not use RWOps in WIN_SetWindowIcon
This commit is contained in:
parent
739f350f45
commit
942b01a54c
2 changed files with 22 additions and 21 deletions
|
@ -76,6 +76,7 @@ assert can have unique static variables associated with it.
|
|||
#endif
|
||||
#define SDL_FILE __FILE__
|
||||
#define SDL_LINE __LINE__
|
||||
#define SDL_STATIC_ASSERT(COND,MSG) typedef char static_assertion_##MSG[(COND)?1:-1];
|
||||
|
||||
/*
|
||||
sizeof (x) makes the compiler still parse the expression even without
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue