Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
41a03b44
Commit
41a03b44
authored
Apr 10, 2002
by
rswindell
Browse files
WRAPPER_EXPORTS is now used to determine if functions are DLL-exported.
parent
2a102220
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/xpdev/wrapdll.h
src/xpdev/wrapdll.h
+2
-2
No files found.
src/xpdev/wrapdll.h
View file @
41a03b44
...
...
@@ -45,8 +45,8 @@
#undef DLLCALL
#endif
#if defined(_WIN32) && defined(_DLL)
#if defined(WRAPPER_
DLL
)
#if defined(_WIN32) && defined(
WRAPPER
_DLL)
#if defined(WRAPPER_
EXPORTS
)
#define DLLEXPORT __declspec(dllexport)
#else
#define DLLEXPORT __declspec(dllimport)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment