Skip to content

UDEFX2: Replace custom MINLEN macro with min in ntdef.h - #45

Open
forderud wants to merge 1 commit into
xxandy:masterfrom
forderud:MINLEN-rm
Open

UDEFX2: Replace custom MINLEN macro with min in ntdef.h#45
forderud wants to merge 1 commit into
xxandy:masterfrom
forderud:MINLEN-rm

Conversation

@forderud

@forderud forderud commented May 6, 2024

Copy link
Copy Markdown
Contributor

The in-built <ntdef.h> header already contains the following identical define:

#ifndef min
#define min(a,b) (((a) < (b)) ? (a) : (b))
#endif

The in-built ntdef.h header already contains the following define:
#ifndef min
#define min(a,b) (((a) < (b)) ? (a) : (b))
#endif
@forderud

forderud commented Jun 6, 2024

Copy link
Copy Markdown
Contributor Author

@xxandy Would it be possible for you to consider this PR?

1 similar comment
@forderud

forderud commented Aug 2, 2024

Copy link
Copy Markdown
Contributor Author

@xxandy Would it be possible for you to consider this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant