Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
34139a79
Commit
34139a79
authored
1 year ago
by
Deucе
Browse files
Options
Downloads
Patches
Plain Diff
On second thought, jsdoor likely should be a Windows program.
parent
aa9911db
No related branches found
No related tags found
1 merge request
!463
MRC mods by Codefenix (2024-10-20)
Pipeline
#4199
passed
1 year ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/sbbs3/jsdoor.c
+0
-3
0 additions, 3 deletions
src/sbbs3/jsdoor.c
src/sbbs3/jsexec.c
+1
-1
1 addition, 1 deletion
src/sbbs3/jsexec.c
with
1 addition
and
4 deletions
src/sbbs3/jsdoor.c
+
0
−
3
View file @
34139a79
...
...
@@ -46,9 +46,6 @@
#include
"sbbs.h"
#include
"ciolib.h"
#ifdef main
#undef main
#endif
#include
"ini_file.h"
#include
"js_rtpool.h"
#include
"js_request.h"
...
...
This diff is collapsed.
Click to expand it.
src/sbbs3/jsexec.c
+
1
−
1
View file @
34139a79
...
...
@@ -32,7 +32,7 @@
#define STARTUP_INI_JSOPT_BITDESC_TABLE
#include
"sbbs.h"
#include
"ciolib.h"
#ifdef
main
#if
def
ined(main) && !defined(JSDOOR)
#undef main // Don't be a Windows program, be a Console one
#endif
#include
"ini_file.h"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment