Skip to content

Commit

Permalink
debug 2
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Oct 21, 2024
1 parent cbfb2f6 commit dde3d03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subprojects/packagefiles/libquickjs/quickjs.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
#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)
#pragma message("The value of _MSC_VER: " XXXXSTR(_MSC_VER))
#else
#pragma message "The value of _MSC_VER: " XXXXSTR(_MSC_VER)
#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 dde3d03

Please sign in to comment.