mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-16 00:08:14 +00:00
Switch uses of MIN() to SDL_min()
We're excluding files in src/hidapi to minimize the diff against the upstream project.
This commit is contained in:

committed by
Sam Lantinga

parent
ca26df3404
commit
6c2928b4be
@@ -61,11 +61,6 @@ typedef struct tColorY {
|
||||
Uint8 y;
|
||||
} tColorY;
|
||||
|
||||
/* !
|
||||
\brief Returns maximum of two numbers a and b.
|
||||
*/
|
||||
#define MAX(a,b) (((a) > (b)) ? (a) : (b))
|
||||
|
||||
/* !
|
||||
\brief Number of guard rows added to destination surfaces.
|
||||
|
||||
|
Reference in New Issue
Block a user