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
1267b268
Commit
1267b268
authored
24 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Functions exported as __cdecl (instead of __stdcall) for simplicity.
parent
0ef4e6ff
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/encode/lzh.h
+5
-1
5 additions, 1 deletion
src/encode/lzh.h
src/smblib/smblib.h
+6
-2
6 additions, 2 deletions
src/smblib/smblib.h
with
11 additions
and
3 deletions
src/encode/lzh.h
+
5
−
1
View file @
1267b268
...
...
@@ -39,7 +39,11 @@
#ifndef __FLAT__
#define __FLAT__
#endif
#define LZHCALL __stdcall
/* VB Compatible */
#ifdef LZH_VB_COMPATIBLE
#define LZHCALL __stdcall
/* VB Compatible */
#else
#define LZHCALL
#endif
#ifdef LZHDLL
#define EXPORT32 __declspec( dllexport )
#else
...
...
This diff is collapsed.
Click to expand it.
src/smblib/smblib.h
+
6
−
2
View file @
1267b268
...
...
@@ -48,7 +48,11 @@
#ifndef __FLAT__
#define __FLAT__
#endif
#define SMBCALL __stdcall
/* VB Compatible */
#ifdef SMB_VB_COMPATIBLE
#define SMBCALL __stdcall
/* VB Compatible */
#else
#define SMBCALL
#endif
#ifdef SMBDLL
#define EXPORT32 __declspec( dllexport )
#else
...
...
@@ -58,7 +62,7 @@
#define SMBCALL
#define EXPORT32
#elif defined __FLAT__
#define SMBCALL
_pascal
#define SMBCALL
#define EXPORT32 _export
#else
#define SMBCALL
...
...
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