diff --git a/src/node_main.cc b/src/node_main.cc index bde397562490e0..16bda81ae64091 100644 --- a/src/node_main.cc +++ b/src/node_main.cc @@ -2,12 +2,13 @@ #ifdef _WIN32 #include +#include int wmain(int argc, wchar_t *wargv[]) { if (!IsWindows7OrGreater()) { fprintf(stderr, "This application is only supported on Windows 7, " "Windows Server 2008 R2, or higher."); - exit(1); + exit(ERROR_EXE_MACHINE_TYPE_MISMATCH); } // Convert argv to to UTF8