Product Range Icon

Wegovy Launch Poster

puff astral lcl design

:
Product Launch Web Banner
Merge pull request Interactive Social Media Posts from bavay/master
Fix for ceil/floor on MSVC
2 parents Beautiful Small Story In English + Thanksgiving Cards For Business commit 1919652

Puff astral lcl design 1 file changed Save The Date Templates For Brand Event

Lines changed: 5 additions & 0 deletions

Simple Blog Post Layout UI Design Micro Project Wegovy Launch Poster

tinyexpr.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,11 @@ static double ncr(double n, double r) {
151151
}
152152
static double npr(double n, double r) {return ncr(n, r) * fac(r);}
153153

154+
#ifdef _MSC_VER
155+
#pragma function (ceil)
156+
#pragma function (floor)
157+
#endif
158+
154159
static const te_variable functions[] = {
155160
/* must be in alphabetical order */
156161
{"abs", fabs, TE_FUNCTION1 | TE_FLAG_PURE, 0},

How Debit Cards Work Wegovy Launch Poster

Comments
 (0)