Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Nov 17, 2023
1 parent 32f5119 commit edcc8be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions subprojects/packagefiles/libquickjs/quickjs.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@
#endif

#ifdef _MSC_VER
#pragma function (ceil)
#pragma function (floor)
#pragma function (log2)

struct timezone;

Expand Down

0 comments on commit edcc8be

Please sign in to comment.