Skip to content
Snippets Groups Projects
Commit 34139a79 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

On second thought, jsdoor likely should be a Windows program.

parent aa9911db
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4199 passed
...@@ -46,9 +46,6 @@ ...@@ -46,9 +46,6 @@
#include "sbbs.h" #include "sbbs.h"
#include "ciolib.h" #include "ciolib.h"
#ifdef main
#undef main
#endif
#include "ini_file.h" #include "ini_file.h"
#include "js_rtpool.h" #include "js_rtpool.h"
#include "js_request.h" #include "js_request.h"
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#define STARTUP_INI_JSOPT_BITDESC_TABLE #define STARTUP_INI_JSOPT_BITDESC_TABLE
#include "sbbs.h" #include "sbbs.h"
#include "ciolib.h" #include "ciolib.h"
#ifdef main #if defined(main) && !defined(JSDOOR)
#undef main // Don't be a Windows program, be a Console one #undef main // Don't be a Windows program, be a Console one
#endif #endif
#include "ini_file.h" #include "ini_file.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment