mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-21 12:43:57 +00:00
Fix Node.js analyzer
This commit is contained in:
@@ -8,7 +8,7 @@ namespace
|
||||
#ifdef _WIN32
|
||||
#define COLOR(win, posix, web) win
|
||||
using color_type = WORD;
|
||||
#elif defined(__EMSCRIPTEN__)
|
||||
#elif defined(__EMSCRIPTEN__) && !defined(MOMO_EMSCRIPTEN_SUPPORT_NODEJS)
|
||||
#define COLOR(win, posix, web) web
|
||||
using color_type = const char*;
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user