Auto merged

2004/02/25 14:43:31+00:00 cantab.net!aia21
Auto merged

2004/02/25 14:43:29+00:00 cantab.net!aia21
Merge rename: include/support.h -> include/ntfs/support.h

(Logical change 1.299)
edge.strict_endians
cantab.net!aia21 2004-03-06 17:42:28 +00:00
parent 7cad421d40
commit 8140d928d7
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
#endif
/*
* The classical min and max macros.
* The classic min and max macros.
*/
#ifndef min
#define min(a,b) ((a) <= (b) ? (a) : (b))