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
f24b7902
Commit
f24b7902
authored
24 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Renamed EXPORT32 macro to LZHEXPORT.
parent
f6b48f3c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/encode/lzh.h
+7
-7
7 additions, 7 deletions
src/encode/lzh.h
with
7 additions
and
7 deletions
src/encode/lzh.h
+
7
−
7
View file @
f24b7902
...
...
@@ -31,8 +31,8 @@
* Note: If this box doesn't appear square, then you need to fix your tabs. *
****************************************************************************/
#ifdef EXPORT
32
#undef EXPORT
32
#ifdef
LZH
EXPORT
#undef
LZH
EXPORT
#endif
#ifdef _WIN32
...
...
@@ -45,13 +45,13 @@
#define LZHCALL
#endif
#ifdef LZHDLL
#define EXPORT
32
__declspec( dllexport )
#define
LZH
EXPORT __declspec( dllexport )
#else
#define EXPORT
32
__declspec( dllimport )
#define
LZH
EXPORT __declspec( dllimport )
#endif
#else
/* !_WIN32 */
#define LZHCALL
#define EXPORT
32
#define
LZH
EXPORT
#endif
#ifndef uchar
...
...
@@ -61,8 +61,8 @@
#ifdef __cplusplus
extern
"C"
{
#endif
EXPORT
32
long
LZHCALL
lzh_encode
(
uchar
*
inbuf
,
long
inlen
,
uchar
*
outbuf
);
EXPORT
32
long
LZHCALL
lzh_decode
(
uchar
*
inbuf
,
long
inlen
,
uchar
*
outbuf
);
LZH
EXPORT
long
LZHCALL
lzh_encode
(
uchar
*
inbuf
,
long
inlen
,
uchar
*
outbuf
);
LZH
EXPORT
long
LZHCALL
lzh_decode
(
uchar
*
inbuf
,
long
inlen
,
uchar
*
outbuf
);
#ifdef __cplusplus
}
#endif
...
...
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