[Github-comments] [geany/geany] Ctags sync, part 1 (#1160)
Colomban Wendling
notifications at xxxxx
Fri Aug 5 22:38:35 UTC 2016
> +
> +/* Hack for ridiculous practice of Microsoft Visual C++.
> + */
> +#if defined (WIN32)
> +# if defined (_MSC_VER)
> +# define stat _stat
> +# define getcwd _getcwd
> +# define PATH_MAX _MAX_PATH
> +# endif
> +#endif
> +
> +#ifndef PATH_MAX
> +# define PATH_MAX 256
> +#endif
> +
> +#define selected(var,feature) (((int)(var) & (int)(feature)) == (int)feature)
should go below the *miscellaneous macros* comment below
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1160/files/d440a81166e62d41e2b06d555b471db5fdd8d80d..ea72ecc00fc22f24eced3ffce7c7db67d5f02271#r73769220
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160805/c75a9846/attachment.html>
More information about the Github-comments
mailing list