Commit 25d054a4 authored by Peter Eastman's avatar Peter Eastman
Browse files

Fixed error on 64 bit Linux

parent 6b0ad778
...@@ -180,7 +180,7 @@ ...@@ -180,7 +180,7 @@
*/ */
#ifndef Long #ifndef Long
#define Long long #define Long int
#endif #endif
#ifndef ULong #ifndef ULong
typedef unsigned Long ULong; typedef unsigned Long ULong;
......
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