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

Make Windows hack Windows-only

We need _CIOLIB_main on macOS... at least until the curses stuff works.
parent 2a51c735
No related branches found
No related tags found
No related merge requests found
Pipeline #6148 passed
......@@ -32,7 +32,7 @@
#define STARTUP_INI_JSOPT_BITDESC_TABLE
#include "sbbs.h"
#include "ciolib.h"
#if defined(main) && !defined(JSDOOR)
#if defined(main) && defined(_WIN32) && !defined(JSDOOR)
#undef main // Don't be a Windows program, be a Console one
#endif
#include "ini_file.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment