]> jfr.im git - irc/kvirc/KVIrc.git/blame - .appveyor.perl
Make macos dmg nightlies more orderable (#2560)
[irc/kvirc/KVIrc.git] / .appveyor.perl
CommitLineData
f06223bc 1/* Look at .appveyor.yml to understand what is this */
3cf02891
AS
2#ifndef kvirc_perl_workaround_h_
3#define kvirc_perl_workaround_h_
4#ifdef PERL_STATIC_INLINE
5#undef PERL_STATIC_INLINE
6#endif
7#endif
ed38ee97 8/* Work around for using MSVC and Strawberry Perl 5.32. */
9#ifdef _MSC_VER
10# define __builtin_expect(expr,val) (expr)
11#endif