Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
d253ef4f
Commit
d253ef4f
authored
Oct 30, 2012
by
Yutong Zhao
Browse files
fixes WINDOWS_EXPORT if compiling shared DLLs on windows
parent
15387c32
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
libraries/hilbert/include/hilbert.h
libraries/hilbert/include/hilbert.h
+2
-0
No files found.
libraries/hilbert/include/hilbert.h
View file @
d253ef4f
...
@@ -13,6 +13,8 @@ typedef unsigned long long bitmask_t;
...
@@ -13,6 +13,8 @@ typedef unsigned long long bitmask_t;
typedef
unsigned
int
halfmask_t
;
typedef
unsigned
int
halfmask_t
;
#if defined(OPENMM_BUILDING_SHARED_LIBRARY)
#if defined(OPENMM_BUILDING_SHARED_LIBRARY)
#define WINDOWS_EXPORT __declspec(dllexport)
#define WINDOWS_EXPORT __declspec(dllexport)
#else
#define WINDOWS_EXPORT
#endif
#endif
#else
#else
#include <stdint.h>
#include <stdint.h>
...
...
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