Nguyễn Thái Ngọc Duy writes:
> @@ -134,101 +131,102 @@ static int dowild(const uchar *p, const uchar *text,
> int force_lower_case)
> p_ch = NEGATE_CLASS;
> #endif
> /* Assign literal TRUE/FALSE because of "matched"
> comparison. */
> -
- All exported constants now have a prefix WM_
- Do not rely on FNM_* constants, use the WM_ counterparts
- Remove TRUE and FALSE to follow Git's coding style
- While at it, turn flags type from int to unsigned int
- Add an (unused yet) argument to carry extra information
so that we don't have to
2 matches
Mail list logo