Commit 01f21089 authored by Peter Eastman's avatar Peter Eastman
Browse files

Fixed compilation error on Windows

parent 54ef6b4c
...@@ -132,6 +132,8 @@ ...@@ -132,6 +132,8 @@
#include <stdlib.h> #include <stdlib.h>
#endif #endif
#include "openmm/internal/windowsExport.h"
// You can define the endian mode in your files without modifying the SHA-1 // You can define the endian mode in your files without modifying the SHA-1
// source files. Just #define SHA1_LITTLE_ENDIAN or #define SHA1_BIG_ENDIAN // source files. Just #define SHA1_LITTLE_ENDIAN or #define SHA1_BIG_ENDIAN
// in your files, before including the SHA1.h header file. If you don't // in your files, before including the SHA1.h header file. If you don't
...@@ -218,7 +220,7 @@ typedef union ...@@ -218,7 +220,7 @@ typedef union
UINT_32 l[16]; UINT_32 l[16];
} SHA1_WORKSPACE_BLOCK; } SHA1_WORKSPACE_BLOCK;
class CSHA1 class OPENMM_EXPORT CSHA1
{ {
public: public:
#ifdef SHA1_UTILITY_FUNCTIONS #ifdef SHA1_UTILITY_FUNCTIONS
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment