Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Oct 21, 2024
1 parent 11f3911 commit cbfb2f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions subprojects/packagefiles/libquickjs/quickjs.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,13 @@
#define NO_TM_GMTOFF
#endif

#define XXXXSTR(x) STRXXXX(x)
#define STRXXXX(x) #x
#if !defined(EMSCRIPTEN) && !defined(__wasi__)
#if defined(_MSC_VER) && _MSC_VER <= 1935
#pragma message "The value of _MSC_VER: " XXXXSTR(_MSC_VER)
#else
#pragma message "The value of _MSC_VER: " XXXXSTR(_MSC_VER)
#include "quickjs-c-atomics.h"
#define CONFIG_ATOMICS
#endif
Expand Down

0 comments on commit cbfb2f6

Please sign in to comment.